/** Shopify CDN: Minification failed

Line 1026:8 Expected ":"
Line 1083:8 Expected ":"
Line 1360:8 Expected ":"
Line 1860:8 Expected ":"
Line 1863:8 Expected ":"
Line 138422:87 Expected ":"
Line 138428:91 Expected ":"
Line 138843:9 Unexpected "{"
Line 138853:9 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: poNoto Sans;
}

/*
Make sure disabled buttons don't get the poNoto Sans cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
   /* HEADING STYLES */
   h1, .h1 {
  font-size: 22px;
  line-height: 1.5;
}

    h2, .h2 {
  font-size: 20px;
  line-height: 1.5;
}

    h3, .h3 {
  font-size: 20px;
  line-height: 1.5;
}

    h4, .h4 {
  font-size: 14px;
  line-height: 1.5;
}

    h5, .h5 {
  font-size: 14px;
  line-height: 1.5;
}

    h6, .h6 {
  font-size: 14px;
  line-height: 1.5;
}


    @media (min-width: 1024px) {
        h1, .h1 {
    font-size: 40px;
    line-height: 1.5;
  }

        h2, .h2 {
    font-size: 24px;
    line-height: 1.5;
  }

        h3, .h3 {
    font-size: 20px;
    line-height: 1.5;
  }

        h4, .h4 {
    font-size: 14px;
    line-height: 1.5;
  }

        h5, .h5 {
    font-size: 22px;
    line-height: 1.5;
  }

        h6, .h6 {
    font-size: 22px;
    line-height: 1.5;
  }    
    }


    /* INPUT STYLING */

    input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="search"], select, textarea {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(76 88 72 / var(--tw-text-opacity));
}

    input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(76 88 72 / var(--tw-text-opacity));
}

    input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="search"]::placeholder, select::placeholder, textarea::placeholder {
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(76 88 72 / var(--tw-text-opacity));
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 230 184 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 230 184 / var(--tw-ring-opacity));
}

    input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, select:disabled, textarea:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

    [type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

    select {
  padding-right: 1.75rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
        background-size: 1em;
        background-position: right;
}

    button:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

    button:disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

    button:disabled:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

    form[action^="/account/addresses"]:not(.js-delete-address) {
        width:100%;
    }

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

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

  .container {
    max-width: 450px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.container-fluid {
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* HYPERLINK STYLING */
.rte a {
  --tw-text-opacity: 1;
  color: rgb(106 197 103 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.rte a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.rte ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.rte ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
.rte-error a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.rte h1,
    .rte h2,    
    .rte h3,
    .rte h4,
    .rte h5,
    .rte h6 {
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}
.rte table {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 1.5;
}
.rte table th {
  background-color: rgb(220 220 220 / 0.5);
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.rte table tr:not(:last-of-type) {
  border-bottom-width: 1px;
}
.rte table th,
    .rte table td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
/* BUTTON STYLING */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-sm:not(.no-svg-style) svg {
  height: 1.5em;
  width: 1.5em;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.4em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-sm:not(.no-svg-style):hover svg {
  margin-left: 0.5rem;
}
.btn-sm:not(.no-svg-style):active svg {
  margin-left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 218 46 / var(--tw-text-opacity));
}
.btn-sm[disabled] {
  poNoto Sans-events: none;
  opacity: 0.6;
}
.btn-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}
.btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-lg:not(.no-svg-style) svg {
  height: 1.5em;
  width: 1.5em;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.4em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-lg:not(.no-svg-style):hover svg {
  margin-left: 0.5rem;
}
.btn-lg:not(.no-svg-style):active svg {
  margin-left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 218 46 / var(--tw-text-opacity));
}
.btn-lg[disabled] {
  poNoto Sans-events: none;
  opacity: 0.6;
}
.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 1.5;
}
.btn:not(.no-svg-style) svg {
  height: 1.5em;
  width: 1.5em;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.4em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn:not(.no-svg-style):hover svg {
  margin-left: 0.5rem;
}
.btn:not(.no-svg-style):active svg {
  margin-left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 218 46 / var(--tw-text-opacity));
}
.btn-alt {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
}
.btn-alt-ghost {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
}
.btn-primary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-primary-active {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-primary:active {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary-active {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-alt-ghost-tertiary-active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-alt-ghost-tertiary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.9;
}
.btn-alt-ghost-tertiary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(76 88 72 / var(--tw-text-opacity));
}
.btn-alt-ghost-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.9;
}
.btn-alt-ghost-tertiary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-alt-tertiary-active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-alt-tertiary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.9;
}
.btn-alt-tertiary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-alt-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.9;
}
.btn-alt-tertiary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-inverted {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary-inverted:hover {
  --tw-border-opacity: 1;
  border-color: rgb(73 89 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 70 / var(--tw-bg-opacity));
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary-inverted:active {
  --tw-border-opacity: 1;
  border-color: rgb(73 89 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 70 / var(--tw-bg-opacity));
}
.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(73 89 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-tertiary:active {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
}
.btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-link {
  --tw-text-opacity: 1;
  color: rgb(205 243 208 / var(--tw-text-opacity));
}
.btn-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.btn-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.btn[disabled], load-more:has(.js-loading:not(.no-load)) {
  poNoto Sans-events: none;
  opacity: 0.6;
}
.no-load {
  display: none !important;
}
.input-sm {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.input-lg {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
select.input-sm {
  padding-right: 1.25rem !important;
}
select.input-lg {
  padding-right: 2rem !important;
}
.input-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 148 148 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 206 206 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(198 103 103 / var(--tw-text-opacity)) !important;
}
.input-error:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
/* CUSTOM CHECKBOX STYLING */
.input-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.input-checkbox input[type="checkbox"] {
  margin: 0px;
  display: grid;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.input-checkbox input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
        /* To use SVG inline, it needs to be URL escaped - https://yoksel.github.io/url-encoder/ */
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1904 1.1875L5.56543 10.8125L1.19043 6.4375' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size:65%;
}
.input-checkbox input[type="checkbox"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  opacity: 0.3;
}
.input-checkbox input[type="checkbox"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(177 188 174 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
        .input-checkbox input[type="checkbox"] {
    height: 1.25rem;
    width: 1.25rem;
  }
    }
/* CUSTOM RADIO STYLING */
.input-radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.input-radio input[type="radio"] {
  margin: 0px;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.input-radio input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
  background-image: none;
        box-shadow: inset 0px 0px 0px 4px #fff;
}
.input-radio input[type="radio"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  opacity: 0.3;
}
.input-radio input[type="radio"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(177 188 174 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 88 72 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
    
        .input-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
  }
    }
/* BG: If flicking is being used to display one full cell at time, thess two styles will hide all additional flickity cells until flickity has been enabled. It prevents the initial flash of cells before the JS kicks in.  */
.flickity-incoming .flickity-cell {
        display: flex;
    }
.flickity-incoming .flickity-cell ~ .flickity-cell {
        display: none;
    }
.flickity-incoming.flickity-enabled .flickity-cell {
        display: flex;
    }
@media (min-width: 1024px) {
        .flickity-desktop-incoming .flickity-cell {
        display: flex;
        }

        .flickity-desktop-incoming .flickity-cell ~ .flickity-cell {
        display: none;
        }

        .flickity-desktop-incoming.flickity-enabled .flickity-cell {
        display: flex;
        }
    }
@media (max-width: 1024px) {
        .flickity-mobile-incoming .flickity-cell {
        display: flex;
        }

        .flickity-mobile-incoming .flickity-cell ~ .flickity-cell {
        display: none;
        }

        .flickity-mobile-incoming.flickity-enabled .flickity-cell {
        display: flex;
        }
    }
/* BG: Remove the arrows on a number field. */
/* BG: Used on the PDP to highlight unavailable variants */
.js-unavailable-variant {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.js-unavailable-variant img {
  opacity: 0.3;
}
/* ==========================================================================
    #Cart Item
    ========================================================================== */
.cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.cart-item-image {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-item-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 450px) {

  .cart-item-content {
    flex-direction: row;
  }
}
.cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-item-actions {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (min-width: 450px) {

  .cart-item-actions {
    flex-direction: column;
  }
}
.cart-item-product-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.cart-item-product-option .label {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.cart-item-product-option .value {
  font-size: 14px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.cart-item-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 450px) {

  .cart-item-prices {
    align-items: flex-end;
  }
}
.cart-item-prices .current-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.cart-item-prices .original-price {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.cart-item-remove {
  margin-top: auto;
  margin-left: auto;
  align-self: flex-start;
}
.cart-item-remove span {
  font-size: 12px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cart-item-remove span:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.mini-cart-contents .cart-item-image {
  width: 100%;
  max-width: 65px;
}
@media (min-width: 450px) {

  .mini-cart-contents .cart-item-image {
    max-width: 90px;
  }
}
@media (min-width: 1024px) {

        .cart-contents .cart-item-details {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }

        .cart-contents .cart-item-details-wrapper > div:first-child {
            /* @apply hidden; */
        }

        .cart-contents .cart-item-actions {
    justify-content: center;
  }

        .cart-contents .cart-item-details-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
  }

        .cart-contents .cart-item-content {
    width: 100%;
    flex-grow: 0;
    gap: 2.5rem;
  }

        .cart-contents .cart-item-quantity-wrapper {
    margin: 0px !important;
  }

        .cart-contents .cart-item-product-option {
    grid-column-start: 1;
  }

        .cart-contents .cart-item-prices {
    grid-column-start: 1;
  }

        .cart-contents .cart-item-quantity {
    grid-column-start: 2;
            grid-row:1 / 3;
  }
    }
@media (min-width: 1280px) {
        .cart-contents .cart-item-content {
    width: 100%;
    flex-grow: 0;
    gap: 5rem;
  }
    }
/* ==========================================================================
    #Cart Summary
    ========================================================================== */
.cart-summary-container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
}
@media (min-width: 450px) {

  .cart-summary-container {
    padding: 1.5rem;
  }
}
.cart-summary-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .cart-summary-title {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
  }
}
.cart-summary-row {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.cart-summary-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.cart-summary-discount .title, .cart-summary-discount-row .label, .cart-summary-discount-row .value {
  font-size: 14px;
  line-height: 1.5;
}
.cart-summary-buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 640px) {

  .cart-summary-buttons {
    flex-direction: row;
  }
}
.cart-summary-buttons .view-bag, .cart-summary-buttons button[name="checkout"] {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 0.75rem;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.cart-summary-payments {
  margin-top: 1rem;
}
.cart-summary-payments ul, .cart-summary ul {
  justify-content: center;
}
#mini-cart .cart-summary-title {
  display: none;
}
.cart-summary {
  width: 100%;
}
/* ==========================================================================
    #Cart Page
    ========================================================================== */
.cart-section .cart-summary-container {
  margin: 0px;
}
.cart-section .cart-summary-container .view-bag {
  display: none;
}
.cart-section .cart-summary-payments {
  display: none;
}
.template-cart .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .template-cart .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.poNoto Sans-events-none {
  poNoto Sans-events: none;
}
.poNoto Sans-events-auto {
  poNoto Sans-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-full {
  top: 100%;
}
.\!z-\[1\] {
  z-index: 1 !important;
}
.-z-10 {
  z-index: -10;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.-order-1 {
  order: -1;
}
.-order-10 {
  order: -10;
}
.-order-11 {
  order: -11;
}
.-order-12 {
  order: -12;
}
.-order-2 {
  order: -2;
}
.-order-3 {
  order: -3;
}
.-order-4 {
  order: -4;
}
.-order-5 {
  order: -5;
}
.-order-6 {
  order: -6;
}
.-order-7 {
  order: -7;
}
.-order-8 {
  order: -8;
}
.-order-9 {
  order: -9;
}
.-order-first {
  order: 9999;
}
.-order-last {
  order: -9999;
}
.-order-none {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.order-none {
  order: 0;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.m-auto {
  margin: auto;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.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;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-1 {
  aspect-ratio: 1;
}
.aspect-16\/9 {
  aspect-ratio: 16/9;
}
.aspect-\[10\/9\] {
  aspect-ratio: 10/9;
}
.aspect-\[8\/1\] {
  aspect-ratio: 8/1;
}
.aspect-\[89\/59\] {
  aspect-ratio: 89/59;
}
.h-1\/2 {
  height: 50%;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[329px\] {
  height: 329px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[calc\(100\%-49px\)\] {
  height: calc(100% - 49px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-18 {
  width: 75px;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[329px\] {
  width: 329px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}
.w-\[calc\(20\%-7px\)\] {
  width: calc(20% - 7px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1052px\] {
  max-width: 1052px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[121px\] {
  max-width: 121px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[43px\] {
  max-width: 43px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-0 {
  flex-basis: 0px;
}
.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-18 {
  --tw-border-spacing-x: 75px;
  --tw-border-spacing-y: 75px;
  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-7\.5 {
  --tw-border-spacing-x: 30px;
  --tw-border-spacing-y: 30px;
  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-18 {
  --tw-border-spacing-x: 75px;
  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-7\.5 {
  --tw-border-spacing-x: 30px;
  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-18 {
  --tw-border-spacing-y: 75px;
  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-7\.5 {
  --tw-border-spacing-y: 30px;
  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);
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-poNoto Sans {
  cursor: poNoto Sans;
}
.resize {
  resize: both;
}
.scroll-mt-\[112px\] {
  scroll-margin-top: 112px;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.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-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-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-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-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-active-100 {
  --tw-border-opacity: 1;
  border-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-active-100\/0 {
  border-color: rgb(185 230 184 / 0);
}
.border-active-100\/10 {
  border-color: rgb(185 230 184 / 0.1);
}
.border-active-100\/100 {
  border-color: rgb(185 230 184 / 1);
}
.border-active-100\/20 {
  border-color: rgb(185 230 184 / 0.2);
}
.border-active-100\/25 {
  border-color: rgb(185 230 184 / 0.25);
}
.border-active-100\/30 {
  border-color: rgb(185 230 184 / 0.3);
}
.border-active-100\/40 {
  border-color: rgb(185 230 184 / 0.4);
}
.border-active-100\/5 {
  border-color: rgb(185 230 184 / 0.05);
}
.border-active-100\/50 {
  border-color: rgb(185 230 184 / 0.5);
}
.border-active-100\/60 {
  border-color: rgb(185 230 184 / 0.6);
}
.border-active-100\/70 {
  border-color: rgb(185 230 184 / 0.7);
}
.border-active-100\/75 {
  border-color: rgb(185 230 184 / 0.75);
}
.border-active-100\/80 {
  border-color: rgb(185 230 184 / 0.8);
}
.border-active-100\/90 {
  border-color: rgb(185 230 184 / 0.9);
}
.border-active-100\/95 {
  border-color: rgb(185 230 184 / 0.95);
}
.border-active-200 {
  --tw-border-opacity: 1;
  border-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-active-200\/0 {
  border-color: rgb(159 219 157 / 0);
}
.border-active-200\/10 {
  border-color: rgb(159 219 157 / 0.1);
}
.border-active-200\/100 {
  border-color: rgb(159 219 157 / 1);
}
.border-active-200\/20 {
  border-color: rgb(159 219 157 / 0.2);
}
.border-active-200\/25 {
  border-color: rgb(159 219 157 / 0.25);
}
.border-active-200\/30 {
  border-color: rgb(159 219 157 / 0.3);
}
.border-active-200\/40 {
  border-color: rgb(159 219 157 / 0.4);
}
.border-active-200\/5 {
  border-color: rgb(159 219 157 / 0.05);
}
.border-active-200\/50 {
  border-color: rgb(159 219 157 / 0.5);
}
.border-active-200\/60 {
  border-color: rgb(159 219 157 / 0.6);
}
.border-active-200\/70 {
  border-color: rgb(159 219 157 / 0.7);
}
.border-active-200\/75 {
  border-color: rgb(159 219 157 / 0.75);
}
.border-active-200\/80 {
  border-color: rgb(159 219 157 / 0.8);
}
.border-active-200\/90 {
  border-color: rgb(159 219 157 / 0.9);
}
.border-active-200\/95 {
  border-color: rgb(159 219 157 / 0.95);
}
.border-active-400 {
  --tw-border-opacity: 1;
  border-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-active-400\/0 {
  border-color: rgb(106 197 103 / 0);
}
.border-active-400\/10 {
  border-color: rgb(106 197 103 / 0.1);
}
.border-active-400\/100 {
  border-color: rgb(106 197 103 / 1);
}
.border-active-400\/20 {
  border-color: rgb(106 197 103 / 0.2);
}
.border-active-400\/25 {
  border-color: rgb(106 197 103 / 0.25);
}
.border-active-400\/30 {
  border-color: rgb(106 197 103 / 0.3);
}
.border-active-400\/40 {
  border-color: rgb(106 197 103 / 0.4);
}
.border-active-400\/5 {
  border-color: rgb(106 197 103 / 0.05);
}
.border-active-400\/50 {
  border-color: rgb(106 197 103 / 0.5);
}
.border-active-400\/60 {
  border-color: rgb(106 197 103 / 0.6);
}
.border-active-400\/70 {
  border-color: rgb(106 197 103 / 0.7);
}
.border-active-400\/75 {
  border-color: rgb(106 197 103 / 0.75);
}
.border-active-400\/80 {
  border-color: rgb(106 197 103 / 0.8);
}
.border-active-400\/90 {
  border-color: rgb(106 197 103 / 0.9);
}
.border-active-400\/95 {
  border-color: rgb(106 197 103 / 0.95);
}
.border-active-50 {
  --tw-border-opacity: 1;
  border-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-active-50\/0 {
  border-color: rgb(212 241 211 / 0);
}
.border-active-50\/10 {
  border-color: rgb(212 241 211 / 0.1);
}
.border-active-50\/100 {
  border-color: rgb(212 241 211 / 1);
}
.border-active-50\/20 {
  border-color: rgb(212 241 211 / 0.2);
}
.border-active-50\/25 {
  border-color: rgb(212 241 211 / 0.25);
}
.border-active-50\/30 {
  border-color: rgb(212 241 211 / 0.3);
}
.border-active-50\/40 {
  border-color: rgb(212 241 211 / 0.4);
}
.border-active-50\/5 {
  border-color: rgb(212 241 211 / 0.05);
}
.border-active-50\/50 {
  border-color: rgb(212 241 211 / 0.5);
}
.border-active-50\/60 {
  border-color: rgb(212 241 211 / 0.6);
}
.border-active-50\/70 {
  border-color: rgb(212 241 211 / 0.7);
}
.border-active-50\/75 {
  border-color: rgb(212 241 211 / 0.75);
}
.border-active-50\/80 {
  border-color: rgb(212 241 211 / 0.8);
}
.border-active-50\/90 {
  border-color: rgb(212 241 211 / 0.9);
}
.border-active-50\/95 {
  border-color: rgb(212 241 211 / 0.95);
}
.border-active-600 {
  --tw-border-opacity: 1;
  border-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-active-600\/0 {
  border-color: rgb(54 175 49 / 0);
}
.border-active-600\/10 {
  border-color: rgb(54 175 49 / 0.1);
}
.border-active-600\/100 {
  border-color: rgb(54 175 49 / 1);
}
.border-active-600\/20 {
  border-color: rgb(54 175 49 / 0.2);
}
.border-active-600\/25 {
  border-color: rgb(54 175 49 / 0.25);
}
.border-active-600\/30 {
  border-color: rgb(54 175 49 / 0.3);
}
.border-active-600\/40 {
  border-color: rgb(54 175 49 / 0.4);
}
.border-active-600\/5 {
  border-color: rgb(54 175 49 / 0.05);
}
.border-active-600\/50 {
  border-color: rgb(54 175 49 / 0.5);
}
.border-active-600\/60 {
  border-color: rgb(54 175 49 / 0.6);
}
.border-active-600\/70 {
  border-color: rgb(54 175 49 / 0.7);
}
.border-active-600\/75 {
  border-color: rgb(54 175 49 / 0.75);
}
.border-active-600\/80 {
  border-color: rgb(54 175 49 / 0.8);
}
.border-active-600\/90 {
  border-color: rgb(54 175 49 / 0.9);
}
.border-active-600\/95 {
  border-color: rgb(54 175 49 / 0.95);
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.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\/90 {
  border-color: rgb(30 64 175 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}
.border-blue-850 {
  --tw-border-opacity: 1;
  border-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-blue-850\/0 {
  border-color: rgb(40 56 72 / 0);
}
.border-blue-850\/10 {
  border-color: rgb(40 56 72 / 0.1);
}
.border-blue-850\/100 {
  border-color: rgb(40 56 72 / 1);
}
.border-blue-850\/20 {
  border-color: rgb(40 56 72 / 0.2);
}
.border-blue-850\/25 {
  border-color: rgb(40 56 72 / 0.25);
}
.border-blue-850\/30 {
  border-color: rgb(40 56 72 / 0.3);
}
.border-blue-850\/40 {
  border-color: rgb(40 56 72 / 0.4);
}
.border-blue-850\/5 {
  border-color: rgb(40 56 72 / 0.05);
}
.border-blue-850\/50 {
  border-color: rgb(40 56 72 / 0.5);
}
.border-blue-850\/60 {
  border-color: rgb(40 56 72 / 0.6);
}
.border-blue-850\/70 {
  border-color: rgb(40 56 72 / 0.7);
}
.border-blue-850\/75 {
  border-color: rgb(40 56 72 / 0.75);
}
.border-blue-850\/80 {
  border-color: rgb(40 56 72 / 0.8);
}
.border-blue-850\/90 {
  border-color: rgb(40 56 72 / 0.9);
}
.border-blue-850\/95 {
  border-color: rgb(40 56 72 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-color: rgb(2 44 34 / 0.6);
}
.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\/90 {
  border-color: rgb(2 44 34 / 0.9);
}
.border-emerald-950\/95 {
  border-color: rgb(2 44 34 / 0.95);
}
.border-error-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-error-100\/0 {
  border-color: rgb(224 177 177 / 0);
}
.border-error-100\/10 {
  border-color: rgb(224 177 177 / 0.1);
}
.border-error-100\/100 {
  border-color: rgb(224 177 177 / 1);
}
.border-error-100\/20 {
  border-color: rgb(224 177 177 / 0.2);
}
.border-error-100\/25 {
  border-color: rgb(224 177 177 / 0.25);
}
.border-error-100\/30 {
  border-color: rgb(224 177 177 / 0.3);
}
.border-error-100\/40 {
  border-color: rgb(224 177 177 / 0.4);
}
.border-error-100\/5 {
  border-color: rgb(224 177 177 / 0.05);
}
.border-error-100\/50 {
  border-color: rgb(224 177 177 / 0.5);
}
.border-error-100\/60 {
  border-color: rgb(224 177 177 / 0.6);
}
.border-error-100\/70 {
  border-color: rgb(224 177 177 / 0.7);
}
.border-error-100\/75 {
  border-color: rgb(224 177 177 / 0.75);
}
.border-error-100\/80 {
  border-color: rgb(224 177 177 / 0.8);
}
.border-error-100\/90 {
  border-color: rgb(224 177 177 / 0.9);
}
.border-error-100\/95 {
  border-color: rgb(224 177 177 / 0.95);
}
.border-error-200 {
  --tw-border-opacity: 1;
  border-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-error-200\/0 {
  border-color: rgb(211 148 148 / 0);
}
.border-error-200\/10 {
  border-color: rgb(211 148 148 / 0.1);
}
.border-error-200\/100 {
  border-color: rgb(211 148 148 / 1);
}
.border-error-200\/20 {
  border-color: rgb(211 148 148 / 0.2);
}
.border-error-200\/25 {
  border-color: rgb(211 148 148 / 0.25);
}
.border-error-200\/30 {
  border-color: rgb(211 148 148 / 0.3);
}
.border-error-200\/40 {
  border-color: rgb(211 148 148 / 0.4);
}
.border-error-200\/5 {
  border-color: rgb(211 148 148 / 0.05);
}
.border-error-200\/50 {
  border-color: rgb(211 148 148 / 0.5);
}
.border-error-200\/60 {
  border-color: rgb(211 148 148 / 0.6);
}
.border-error-200\/70 {
  border-color: rgb(211 148 148 / 0.7);
}
.border-error-200\/75 {
  border-color: rgb(211 148 148 / 0.75);
}
.border-error-200\/80 {
  border-color: rgb(211 148 148 / 0.8);
}
.border-error-200\/90 {
  border-color: rgb(211 148 148 / 0.9);
}
.border-error-200\/95 {
  border-color: rgb(211 148 148 / 0.95);
}
.border-error-400 {
  --tw-border-opacity: 1;
  border-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-error-400\/0 {
  border-color: rgb(198 103 103 / 0);
}
.border-error-400\/10 {
  border-color: rgb(198 103 103 / 0.1);
}
.border-error-400\/100 {
  border-color: rgb(198 103 103 / 1);
}
.border-error-400\/20 {
  border-color: rgb(198 103 103 / 0.2);
}
.border-error-400\/25 {
  border-color: rgb(198 103 103 / 0.25);
}
.border-error-400\/30 {
  border-color: rgb(198 103 103 / 0.3);
}
.border-error-400\/40 {
  border-color: rgb(198 103 103 / 0.4);
}
.border-error-400\/5 {
  border-color: rgb(198 103 103 / 0.05);
}
.border-error-400\/50 {
  border-color: rgb(198 103 103 / 0.5);
}
.border-error-400\/60 {
  border-color: rgb(198 103 103 / 0.6);
}
.border-error-400\/70 {
  border-color: rgb(198 103 103 / 0.7);
}
.border-error-400\/75 {
  border-color: rgb(198 103 103 / 0.75);
}
.border-error-400\/80 {
  border-color: rgb(198 103 103 / 0.8);
}
.border-error-400\/90 {
  border-color: rgb(198 103 103 / 0.9);
}
.border-error-400\/95 {
  border-color: rgb(198 103 103 / 0.95);
}
.border-error-50 {
  --tw-border-opacity: 1;
  border-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-error-50\/0 {
  border-color: rgb(237 206 206 / 0);
}
.border-error-50\/10 {
  border-color: rgb(237 206 206 / 0.1);
}
.border-error-50\/100 {
  border-color: rgb(237 206 206 / 1);
}
.border-error-50\/20 {
  border-color: rgb(237 206 206 / 0.2);
}
.border-error-50\/25 {
  border-color: rgb(237 206 206 / 0.25);
}
.border-error-50\/30 {
  border-color: rgb(237 206 206 / 0.3);
}
.border-error-50\/40 {
  border-color: rgb(237 206 206 / 0.4);
}
.border-error-50\/5 {
  border-color: rgb(237 206 206 / 0.05);
}
.border-error-50\/50 {
  border-color: rgb(237 206 206 / 0.5);
}
.border-error-50\/60 {
  border-color: rgb(237 206 206 / 0.6);
}
.border-error-50\/70 {
  border-color: rgb(237 206 206 / 0.7);
}
.border-error-50\/75 {
  border-color: rgb(237 206 206 / 0.75);
}
.border-error-50\/80 {
  border-color: rgb(237 206 206 / 0.8);
}
.border-error-50\/90 {
  border-color: rgb(237 206 206 / 0.9);
}
.border-error-50\/95 {
  border-color: rgb(237 206 206 / 0.95);
}
.border-error-600 {
  --tw-border-opacity: 1;
  border-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-error-600\/0 {
  border-color: rgb(185 58 58 / 0);
}
.border-error-600\/10 {
  border-color: rgb(185 58 58 / 0.1);
}
.border-error-600\/100 {
  border-color: rgb(185 58 58 / 1);
}
.border-error-600\/20 {
  border-color: rgb(185 58 58 / 0.2);
}
.border-error-600\/25 {
  border-color: rgb(185 58 58 / 0.25);
}
.border-error-600\/30 {
  border-color: rgb(185 58 58 / 0.3);
}
.border-error-600\/40 {
  border-color: rgb(185 58 58 / 0.4);
}
.border-error-600\/5 {
  border-color: rgb(185 58 58 / 0.05);
}
.border-error-600\/50 {
  border-color: rgb(185 58 58 / 0.5);
}
.border-error-600\/60 {
  border-color: rgb(185 58 58 / 0.6);
}
.border-error-600\/70 {
  border-color: rgb(185 58 58 / 0.7);
}
.border-error-600\/75 {
  border-color: rgb(185 58 58 / 0.75);
}
.border-error-600\/80 {
  border-color: rgb(185 58 58 / 0.8);
}
.border-error-600\/90 {
  border-color: rgb(185 58 58 / 0.9);
}
.border-error-600\/95 {
  border-color: rgb(185 58 58 / 0.95);
}
.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-color: rgb(22 101 52 / 0.6);
}
.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\/90 {
  border-color: rgb(22 101 52 / 0.9);
}
.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}
.border-green-850 {
  --tw-border-opacity: 1;
  border-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-green-850\/0 {
  border-color: rgb(73 89 70 / 0);
}
.border-green-850\/10 {
  border-color: rgb(73 89 70 / 0.1);
}
.border-green-850\/100 {
  border-color: rgb(73 89 70 / 1);
}
.border-green-850\/20 {
  border-color: rgb(73 89 70 / 0.2);
}
.border-green-850\/25 {
  border-color: rgb(73 89 70 / 0.25);
}
.border-green-850\/30 {
  border-color: rgb(73 89 70 / 0.3);
}
.border-green-850\/40 {
  border-color: rgb(73 89 70 / 0.4);
}
.border-green-850\/5 {
  border-color: rgb(73 89 70 / 0.05);
}
.border-green-850\/50 {
  border-color: rgb(73 89 70 / 0.5);
}
.border-green-850\/60 {
  border-color: rgb(73 89 70 / 0.6);
}
.border-green-850\/70 {
  border-color: rgb(73 89 70 / 0.7);
}
.border-green-850\/75 {
  border-color: rgb(73 89 70 / 0.75);
}
.border-green-850\/80 {
  border-color: rgb(73 89 70 / 0.8);
}
.border-green-850\/90 {
  border-color: rgb(73 89 70 / 0.9);
}
.border-green-850\/95 {
  border-color: rgb(73 89 70 / 0.95);
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-color: rgb(5 46 22 / 0.6);
}
.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\/90 {
  border-color: rgb(5 46 22 / 0.9);
}
.border-green-950\/95 {
  border-color: rgb(5 46 22 / 0.95);
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-grey-100\/0 {
  border-color: rgb(245 245 245 / 0);
}
.border-grey-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.border-grey-100\/100 {
  border-color: rgb(245 245 245 / 1);
}
.border-grey-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}
.border-grey-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}
.border-grey-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}
.border-grey-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.border-grey-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}
.border-grey-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}
.border-grey-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.border-grey-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}
.border-grey-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}
.border-grey-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}
.border-grey-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}
.border-grey-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}
.border-grey-125 {
  --tw-border-opacity: 1;
  border-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-grey-125\/0 {
  border-color: rgb(237 235 235 / 0);
}
.border-grey-125\/10 {
  border-color: rgb(237 235 235 / 0.1);
}
.border-grey-125\/100 {
  border-color: rgb(237 235 235 / 1);
}
.border-grey-125\/20 {
  border-color: rgb(237 235 235 / 0.2);
}
.border-grey-125\/25 {
  border-color: rgb(237 235 235 / 0.25);
}
.border-grey-125\/30 {
  border-color: rgb(237 235 235 / 0.3);
}
.border-grey-125\/40 {
  border-color: rgb(237 235 235 / 0.4);
}
.border-grey-125\/5 {
  border-color: rgb(237 235 235 / 0.05);
}
.border-grey-125\/50 {
  border-color: rgb(237 235 235 / 0.5);
}
.border-grey-125\/60 {
  border-color: rgb(237 235 235 / 0.6);
}
.border-grey-125\/70 {
  border-color: rgb(237 235 235 / 0.7);
}
.border-grey-125\/75 {
  border-color: rgb(237 235 235 / 0.75);
}
.border-grey-125\/80 {
  border-color: rgb(237 235 235 / 0.8);
}
.border-grey-125\/90 {
  border-color: rgb(237 235 235 / 0.9);
}
.border-grey-125\/95 {
  border-color: rgb(237 235 235 / 0.95);
}
.border-grey-150 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-grey-150\/0 {
  border-color: rgb(220 220 220 / 0);
}
.border-grey-150\/10 {
  border-color: rgb(220 220 220 / 0.1);
}
.border-grey-150\/100 {
  border-color: rgb(220 220 220 / 1);
}
.border-grey-150\/20 {
  border-color: rgb(220 220 220 / 0.2);
}
.border-grey-150\/25 {
  border-color: rgb(220 220 220 / 0.25);
}
.border-grey-150\/30 {
  border-color: rgb(220 220 220 / 0.3);
}
.border-grey-150\/40 {
  border-color: rgb(220 220 220 / 0.4);
}
.border-grey-150\/5 {
  border-color: rgb(220 220 220 / 0.05);
}
.border-grey-150\/50 {
  border-color: rgb(220 220 220 / 0.5);
}
.border-grey-150\/60 {
  border-color: rgb(220 220 220 / 0.6);
}
.border-grey-150\/70 {
  border-color: rgb(220 220 220 / 0.7);
}
.border-grey-150\/75 {
  border-color: rgb(220 220 220 / 0.75);
}
.border-grey-150\/80 {
  border-color: rgb(220 220 220 / 0.8);
}
.border-grey-150\/90 {
  border-color: rgb(220 220 220 / 0.9);
}
.border-grey-150\/95 {
  border-color: rgb(220 220 220 / 0.95);
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-grey-200\/0 {
  border-color: rgb(201 201 201 / 0);
}
.border-grey-200\/10 {
  border-color: rgb(201 201 201 / 0.1);
}
.border-grey-200\/100 {
  border-color: rgb(201 201 201 / 1);
}
.border-grey-200\/20 {
  border-color: rgb(201 201 201 / 0.2);
}
.border-grey-200\/25 {
  border-color: rgb(201 201 201 / 0.25);
}
.border-grey-200\/30 {
  border-color: rgb(201 201 201 / 0.3);
}
.border-grey-200\/40 {
  border-color: rgb(201 201 201 / 0.4);
}
.border-grey-200\/5 {
  border-color: rgb(201 201 201 / 0.05);
}
.border-grey-200\/50 {
  border-color: rgb(201 201 201 / 0.5);
}
.border-grey-200\/60 {
  border-color: rgb(201 201 201 / 0.6);
}
.border-grey-200\/70 {
  border-color: rgb(201 201 201 / 0.7);
}
.border-grey-200\/75 {
  border-color: rgb(201 201 201 / 0.75);
}
.border-grey-200\/80 {
  border-color: rgb(201 201 201 / 0.8);
}
.border-grey-200\/90 {
  border-color: rgb(201 201 201 / 0.9);
}
.border-grey-200\/95 {
  border-color: rgb(201 201 201 / 0.95);
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-grey-300\/0 {
  border-color: rgb(183 183 183 / 0);
}
.border-grey-300\/10 {
  border-color: rgb(183 183 183 / 0.1);
}
.border-grey-300\/100 {
  border-color: rgb(183 183 183 / 1);
}
.border-grey-300\/20 {
  border-color: rgb(183 183 183 / 0.2);
}
.border-grey-300\/25 {
  border-color: rgb(183 183 183 / 0.25);
}
.border-grey-300\/30 {
  border-color: rgb(183 183 183 / 0.3);
}
.border-grey-300\/40 {
  border-color: rgb(183 183 183 / 0.4);
}
.border-grey-300\/5 {
  border-color: rgb(183 183 183 / 0.05);
}
.border-grey-300\/50 {
  border-color: rgb(183 183 183 / 0.5);
}
.border-grey-300\/60 {
  border-color: rgb(183 183 183 / 0.6);
}
.border-grey-300\/70 {
  border-color: rgb(183 183 183 / 0.7);
}
.border-grey-300\/75 {
  border-color: rgb(183 183 183 / 0.75);
}
.border-grey-300\/80 {
  border-color: rgb(183 183 183 / 0.8);
}
.border-grey-300\/90 {
  border-color: rgb(183 183 183 / 0.9);
}
.border-grey-300\/95 {
  border-color: rgb(183 183 183 / 0.95);
}
.border-grey-400 {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-grey-400\/0 {
  border-color: rgb(218 218 218 / 0);
}
.border-grey-400\/10 {
  border-color: rgb(218 218 218 / 0.1);
}
.border-grey-400\/100 {
  border-color: rgb(218 218 218 / 1);
}
.border-grey-400\/20 {
  border-color: rgb(218 218 218 / 0.2);
}
.border-grey-400\/25 {
  border-color: rgb(218 218 218 / 0.25);
}
.border-grey-400\/30 {
  border-color: rgb(218 218 218 / 0.3);
}
.border-grey-400\/40 {
  border-color: rgb(218 218 218 / 0.4);
}
.border-grey-400\/5 {
  border-color: rgb(218 218 218 / 0.05);
}
.border-grey-400\/50 {
  border-color: rgb(218 218 218 / 0.5);
}
.border-grey-400\/60 {
  border-color: rgb(218 218 218 / 0.6);
}
.border-grey-400\/70 {
  border-color: rgb(218 218 218 / 0.7);
}
.border-grey-400\/75 {
  border-color: rgb(218 218 218 / 0.75);
}
.border-grey-400\/80 {
  border-color: rgb(218 218 218 / 0.8);
}
.border-grey-400\/90 {
  border-color: rgb(218 218 218 / 0.9);
}
.border-grey-400\/95 {
  border-color: rgb(218 218 218 / 0.95);
}
.border-grey-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-grey-50\/0 {
  border-color: rgb(254 254 254 / 0);
}
.border-grey-50\/10 {
  border-color: rgb(254 254 254 / 0.1);
}
.border-grey-50\/100 {
  border-color: rgb(254 254 254 / 1);
}
.border-grey-50\/20 {
  border-color: rgb(254 254 254 / 0.2);
}
.border-grey-50\/25 {
  border-color: rgb(254 254 254 / 0.25);
}
.border-grey-50\/30 {
  border-color: rgb(254 254 254 / 0.3);
}
.border-grey-50\/40 {
  border-color: rgb(254 254 254 / 0.4);
}
.border-grey-50\/5 {
  border-color: rgb(254 254 254 / 0.05);
}
.border-grey-50\/50 {
  border-color: rgb(254 254 254 / 0.5);
}
.border-grey-50\/60 {
  border-color: rgb(254 254 254 / 0.6);
}
.border-grey-50\/70 {
  border-color: rgb(254 254 254 / 0.7);
}
.border-grey-50\/75 {
  border-color: rgb(254 254 254 / 0.75);
}
.border-grey-50\/80 {
  border-color: rgb(254 254 254 / 0.8);
}
.border-grey-50\/90 {
  border-color: rgb(254 254 254 / 0.9);
}
.border-grey-50\/95 {
  border-color: rgb(254 254 254 / 0.95);
}
.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-grey-500\/0 {
  border-color: rgb(142 142 142 / 0);
}
.border-grey-500\/10 {
  border-color: rgb(142 142 142 / 0.1);
}
.border-grey-500\/100 {
  border-color: rgb(142 142 142 / 1);
}
.border-grey-500\/20 {
  border-color: rgb(142 142 142 / 0.2);
}
.border-grey-500\/25 {
  border-color: rgb(142 142 142 / 0.25);
}
.border-grey-500\/30 {
  border-color: rgb(142 142 142 / 0.3);
}
.border-grey-500\/40 {
  border-color: rgb(142 142 142 / 0.4);
}
.border-grey-500\/5 {
  border-color: rgb(142 142 142 / 0.05);
}
.border-grey-500\/50 {
  border-color: rgb(142 142 142 / 0.5);
}
.border-grey-500\/60 {
  border-color: rgb(142 142 142 / 0.6);
}
.border-grey-500\/70 {
  border-color: rgb(142 142 142 / 0.7);
}
.border-grey-500\/75 {
  border-color: rgb(142 142 142 / 0.75);
}
.border-grey-500\/80 {
  border-color: rgb(142 142 142 / 0.8);
}
.border-grey-500\/90 {
  border-color: rgb(142 142 142 / 0.9);
}
.border-grey-500\/95 {
  border-color: rgb(142 142 142 / 0.95);
}
.border-grey-600 {
  --tw-border-opacity: 1;
  border-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-grey-600\/0 {
  border-color: rgb(111 111 111 / 0);
}
.border-grey-600\/10 {
  border-color: rgb(111 111 111 / 0.1);
}
.border-grey-600\/100 {
  border-color: rgb(111 111 111 / 1);
}
.border-grey-600\/20 {
  border-color: rgb(111 111 111 / 0.2);
}
.border-grey-600\/25 {
  border-color: rgb(111 111 111 / 0.25);
}
.border-grey-600\/30 {
  border-color: rgb(111 111 111 / 0.3);
}
.border-grey-600\/40 {
  border-color: rgb(111 111 111 / 0.4);
}
.border-grey-600\/5 {
  border-color: rgb(111 111 111 / 0.05);
}
.border-grey-600\/50 {
  border-color: rgb(111 111 111 / 0.5);
}
.border-grey-600\/60 {
  border-color: rgb(111 111 111 / 0.6);
}
.border-grey-600\/70 {
  border-color: rgb(111 111 111 / 0.7);
}
.border-grey-600\/75 {
  border-color: rgb(111 111 111 / 0.75);
}
.border-grey-600\/80 {
  border-color: rgb(111 111 111 / 0.8);
}
.border-grey-600\/90 {
  border-color: rgb(111 111 111 / 0.9);
}
.border-grey-600\/95 {
  border-color: rgb(111 111 111 / 0.95);
}
.border-grey-700 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-grey-700\/0 {
  border-color: rgb(82 82 82 / 0);
}
.border-grey-700\/10 {
  border-color: rgb(82 82 82 / 0.1);
}
.border-grey-700\/100 {
  border-color: rgb(82 82 82 / 1);
}
.border-grey-700\/20 {
  border-color: rgb(82 82 82 / 0.2);
}
.border-grey-700\/25 {
  border-color: rgb(82 82 82 / 0.25);
}
.border-grey-700\/30 {
  border-color: rgb(82 82 82 / 0.3);
}
.border-grey-700\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.border-grey-700\/5 {
  border-color: rgb(82 82 82 / 0.05);
}
.border-grey-700\/50 {
  border-color: rgb(82 82 82 / 0.5);
}
.border-grey-700\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.border-grey-700\/70 {
  border-color: rgb(82 82 82 / 0.7);
}
.border-grey-700\/75 {
  border-color: rgb(82 82 82 / 0.75);
}
.border-grey-700\/80 {
  border-color: rgb(82 82 82 / 0.8);
}
.border-grey-700\/90 {
  border-color: rgb(82 82 82 / 0.9);
}
.border-grey-700\/95 {
  border-color: rgb(82 82 82 / 0.95);
}
.border-grey-800 {
  --tw-border-opacity: 1;
  border-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-grey-800\/0 {
  border-color: rgb(53 53 53 / 0);
}
.border-grey-800\/10 {
  border-color: rgb(53 53 53 / 0.1);
}
.border-grey-800\/100 {
  border-color: rgb(53 53 53 / 1);
}
.border-grey-800\/20 {
  border-color: rgb(53 53 53 / 0.2);
}
.border-grey-800\/25 {
  border-color: rgb(53 53 53 / 0.25);
}
.border-grey-800\/30 {
  border-color: rgb(53 53 53 / 0.3);
}
.border-grey-800\/40 {
  border-color: rgb(53 53 53 / 0.4);
}
.border-grey-800\/5 {
  border-color: rgb(53 53 53 / 0.05);
}
.border-grey-800\/50 {
  border-color: rgb(53 53 53 / 0.5);
}
.border-grey-800\/60 {
  border-color: rgb(53 53 53 / 0.6);
}
.border-grey-800\/70 {
  border-color: rgb(53 53 53 / 0.7);
}
.border-grey-800\/75 {
  border-color: rgb(53 53 53 / 0.75);
}
.border-grey-800\/80 {
  border-color: rgb(53 53 53 / 0.8);
}
.border-grey-800\/90 {
  border-color: rgb(53 53 53 / 0.9);
}
.border-grey-800\/95 {
  border-color: rgb(53 53 53 / 0.95);
}
.border-grey-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-grey-900\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-grey-900\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-grey-900\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-grey-900\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-grey-900\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-grey-900\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-grey-900\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-grey-900\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-grey-900\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-grey-900\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-grey-900\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-grey-900\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-grey-900\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-grey-900\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-grey-900\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-color: rgb(80 7 36 / 0.6);
}
.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\/90 {
  border-color: rgb(80 7 36 / 0.9);
}
.border-pink-950\/95 {
  border-color: rgb(80 7 36 / 0.95);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-primary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-primary-hover\/0 {
  border-color: rgb(205 243 208 / 0);
}
.border-primary-hover\/10 {
  border-color: rgb(205 243 208 / 0.1);
}
.border-primary-hover\/100 {
  border-color: rgb(205 243 208 / 1);
}
.border-primary-hover\/20 {
  border-color: rgb(205 243 208 / 0.2);
}
.border-primary-hover\/25 {
  border-color: rgb(205 243 208 / 0.25);
}
.border-primary-hover\/30 {
  border-color: rgb(205 243 208 / 0.3);
}
.border-primary-hover\/40 {
  border-color: rgb(205 243 208 / 0.4);
}
.border-primary-hover\/5 {
  border-color: rgb(205 243 208 / 0.05);
}
.border-primary-hover\/50 {
  border-color: rgb(205 243 208 / 0.5);
}
.border-primary-hover\/60 {
  border-color: rgb(205 243 208 / 0.6);
}
.border-primary-hover\/70 {
  border-color: rgb(205 243 208 / 0.7);
}
.border-primary-hover\/75 {
  border-color: rgb(205 243 208 / 0.75);
}
.border-primary-hover\/80 {
  border-color: rgb(205 243 208 / 0.8);
}
.border-primary-hover\/90 {
  border-color: rgb(205 243 208 / 0.9);
}
.border-primary-hover\/95 {
  border-color: rgb(205 243 208 / 0.95);
}
.border-primary\/0 {
  border-color: rgb(27 218 46 / 0);
}
.border-primary\/10 {
  border-color: rgb(27 218 46 / 0.1);
}
.border-primary\/100 {
  border-color: rgb(27 218 46 / 1);
}
.border-primary\/20 {
  border-color: rgb(27 218 46 / 0.2);
}
.border-primary\/25 {
  border-color: rgb(27 218 46 / 0.25);
}
.border-primary\/30 {
  border-color: rgb(27 218 46 / 0.3);
}
.border-primary\/40 {
  border-color: rgb(27 218 46 / 0.4);
}
.border-primary\/5 {
  border-color: rgb(27 218 46 / 0.05);
}
.border-primary\/50 {
  border-color: rgb(27 218 46 / 0.5);
}
.border-primary\/60 {
  border-color: rgb(27 218 46 / 0.6);
}
.border-primary\/70 {
  border-color: rgb(27 218 46 / 0.7);
}
.border-primary\/75 {
  border-color: rgb(27 218 46 / 0.75);
}
.border-primary\/80 {
  border-color: rgb(27 218 46 / 0.8);
}
.border-primary\/90 {
  border-color: rgb(27 218 46 / 0.9);
}
.border-primary\/95 {
  border-color: rgb(27 218 46 / 0.95);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-color: rgb(76 5 25 / 0.6);
}
.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\/90 {
  border-color: rgb(76 5 25 / 0.9);
}
.border-rose-950\/95 {
  border-color: rgb(76 5 25 / 0.95);
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-secondary\/0 {
  border-color: rgb(205 243 208 / 0);
}
.border-secondary\/10 {
  border-color: rgb(205 243 208 / 0.1);
}
.border-secondary\/100 {
  border-color: rgb(205 243 208 / 1);
}
.border-secondary\/20 {
  border-color: rgb(205 243 208 / 0.2);
}
.border-secondary\/25 {
  border-color: rgb(205 243 208 / 0.25);
}
.border-secondary\/30 {
  border-color: rgb(205 243 208 / 0.3);
}
.border-secondary\/40 {
  border-color: rgb(205 243 208 / 0.4);
}
.border-secondary\/5 {
  border-color: rgb(205 243 208 / 0.05);
}
.border-secondary\/50 {
  border-color: rgb(205 243 208 / 0.5);
}
.border-secondary\/60 {
  border-color: rgb(205 243 208 / 0.6);
}
.border-secondary\/70 {
  border-color: rgb(205 243 208 / 0.7);
}
.border-secondary\/75 {
  border-color: rgb(205 243 208 / 0.75);
}
.border-secondary\/80 {
  border-color: rgb(205 243 208 / 0.8);
}
.border-secondary\/90 {
  border-color: rgb(205 243 208 / 0.9);
}
.border-secondary\/95 {
  border-color: rgb(205 243 208 / 0.95);
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-color: rgb(12 10 9 / 0.6);
}
.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\/90 {
  border-color: rgb(12 10 9 / 0.9);
}
.border-stone-950\/95 {
  border-color: rgb(12 10 9 / 0.95);
}
.border-success-100 {
  --tw-border-opacity: 1;
  border-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-success-100\/0 {
  border-color: rgb(185 230 184 / 0);
}
.border-success-100\/10 {
  border-color: rgb(185 230 184 / 0.1);
}
.border-success-100\/100 {
  border-color: rgb(185 230 184 / 1);
}
.border-success-100\/20 {
  border-color: rgb(185 230 184 / 0.2);
}
.border-success-100\/25 {
  border-color: rgb(185 230 184 / 0.25);
}
.border-success-100\/30 {
  border-color: rgb(185 230 184 / 0.3);
}
.border-success-100\/40 {
  border-color: rgb(185 230 184 / 0.4);
}
.border-success-100\/5 {
  border-color: rgb(185 230 184 / 0.05);
}
.border-success-100\/50 {
  border-color: rgb(185 230 184 / 0.5);
}
.border-success-100\/60 {
  border-color: rgb(185 230 184 / 0.6);
}
.border-success-100\/70 {
  border-color: rgb(185 230 184 / 0.7);
}
.border-success-100\/75 {
  border-color: rgb(185 230 184 / 0.75);
}
.border-success-100\/80 {
  border-color: rgb(185 230 184 / 0.8);
}
.border-success-100\/90 {
  border-color: rgb(185 230 184 / 0.9);
}
.border-success-100\/95 {
  border-color: rgb(185 230 184 / 0.95);
}
.border-success-200 {
  --tw-border-opacity: 1;
  border-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-success-200\/0 {
  border-color: rgb(159 219 157 / 0);
}
.border-success-200\/10 {
  border-color: rgb(159 219 157 / 0.1);
}
.border-success-200\/100 {
  border-color: rgb(159 219 157 / 1);
}
.border-success-200\/20 {
  border-color: rgb(159 219 157 / 0.2);
}
.border-success-200\/25 {
  border-color: rgb(159 219 157 / 0.25);
}
.border-success-200\/30 {
  border-color: rgb(159 219 157 / 0.3);
}
.border-success-200\/40 {
  border-color: rgb(159 219 157 / 0.4);
}
.border-success-200\/5 {
  border-color: rgb(159 219 157 / 0.05);
}
.border-success-200\/50 {
  border-color: rgb(159 219 157 / 0.5);
}
.border-success-200\/60 {
  border-color: rgb(159 219 157 / 0.6);
}
.border-success-200\/70 {
  border-color: rgb(159 219 157 / 0.7);
}
.border-success-200\/75 {
  border-color: rgb(159 219 157 / 0.75);
}
.border-success-200\/80 {
  border-color: rgb(159 219 157 / 0.8);
}
.border-success-200\/90 {
  border-color: rgb(159 219 157 / 0.9);
}
.border-success-200\/95 {
  border-color: rgb(159 219 157 / 0.95);
}
.border-success-400 {
  --tw-border-opacity: 1;
  border-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-success-400\/0 {
  border-color: rgb(106 197 103 / 0);
}
.border-success-400\/10 {
  border-color: rgb(106 197 103 / 0.1);
}
.border-success-400\/100 {
  border-color: rgb(106 197 103 / 1);
}
.border-success-400\/20 {
  border-color: rgb(106 197 103 / 0.2);
}
.border-success-400\/25 {
  border-color: rgb(106 197 103 / 0.25);
}
.border-success-400\/30 {
  border-color: rgb(106 197 103 / 0.3);
}
.border-success-400\/40 {
  border-color: rgb(106 197 103 / 0.4);
}
.border-success-400\/5 {
  border-color: rgb(106 197 103 / 0.05);
}
.border-success-400\/50 {
  border-color: rgb(106 197 103 / 0.5);
}
.border-success-400\/60 {
  border-color: rgb(106 197 103 / 0.6);
}
.border-success-400\/70 {
  border-color: rgb(106 197 103 / 0.7);
}
.border-success-400\/75 {
  border-color: rgb(106 197 103 / 0.75);
}
.border-success-400\/80 {
  border-color: rgb(106 197 103 / 0.8);
}
.border-success-400\/90 {
  border-color: rgb(106 197 103 / 0.9);
}
.border-success-400\/95 {
  border-color: rgb(106 197 103 / 0.95);
}
.border-success-50 {
  --tw-border-opacity: 1;
  border-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-success-50\/0 {
  border-color: rgb(212 241 211 / 0);
}
.border-success-50\/10 {
  border-color: rgb(212 241 211 / 0.1);
}
.border-success-50\/100 {
  border-color: rgb(212 241 211 / 1);
}
.border-success-50\/20 {
  border-color: rgb(212 241 211 / 0.2);
}
.border-success-50\/25 {
  border-color: rgb(212 241 211 / 0.25);
}
.border-success-50\/30 {
  border-color: rgb(212 241 211 / 0.3);
}
.border-success-50\/40 {
  border-color: rgb(212 241 211 / 0.4);
}
.border-success-50\/5 {
  border-color: rgb(212 241 211 / 0.05);
}
.border-success-50\/50 {
  border-color: rgb(212 241 211 / 0.5);
}
.border-success-50\/60 {
  border-color: rgb(212 241 211 / 0.6);
}
.border-success-50\/70 {
  border-color: rgb(212 241 211 / 0.7);
}
.border-success-50\/75 {
  border-color: rgb(212 241 211 / 0.75);
}
.border-success-50\/80 {
  border-color: rgb(212 241 211 / 0.8);
}
.border-success-50\/90 {
  border-color: rgb(212 241 211 / 0.9);
}
.border-success-50\/95 {
  border-color: rgb(212 241 211 / 0.95);
}
.border-success-600 {
  --tw-border-opacity: 1;
  border-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-success-600\/0 {
  border-color: rgb(54 175 49 / 0);
}
.border-success-600\/10 {
  border-color: rgb(54 175 49 / 0.1);
}
.border-success-600\/100 {
  border-color: rgb(54 175 49 / 1);
}
.border-success-600\/20 {
  border-color: rgb(54 175 49 / 0.2);
}
.border-success-600\/25 {
  border-color: rgb(54 175 49 / 0.25);
}
.border-success-600\/30 {
  border-color: rgb(54 175 49 / 0.3);
}
.border-success-600\/40 {
  border-color: rgb(54 175 49 / 0.4);
}
.border-success-600\/5 {
  border-color: rgb(54 175 49 / 0.05);
}
.border-success-600\/50 {
  border-color: rgb(54 175 49 / 0.5);
}
.border-success-600\/60 {
  border-color: rgb(54 175 49 / 0.6);
}
.border-success-600\/70 {
  border-color: rgb(54 175 49 / 0.7);
}
.border-success-600\/75 {
  border-color: rgb(54 175 49 / 0.75);
}
.border-success-600\/80 {
  border-color: rgb(54 175 49 / 0.8);
}
.border-success-600\/90 {
  border-color: rgb(54 175 49 / 0.9);
}
.border-success-600\/95 {
  border-color: rgb(54 175 49 / 0.95);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.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\/90 {
  border-color: rgb(4 47 46 / 0.9);
}
.border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95);
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-tertiary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-tertiary-hover\/0 {
  border-color: rgb(177 188 174 / 0);
}
.border-tertiary-hover\/10 {
  border-color: rgb(177 188 174 / 0.1);
}
.border-tertiary-hover\/100 {
  border-color: rgb(177 188 174 / 1);
}
.border-tertiary-hover\/20 {
  border-color: rgb(177 188 174 / 0.2);
}
.border-tertiary-hover\/25 {
  border-color: rgb(177 188 174 / 0.25);
}
.border-tertiary-hover\/30 {
  border-color: rgb(177 188 174 / 0.3);
}
.border-tertiary-hover\/40 {
  border-color: rgb(177 188 174 / 0.4);
}
.border-tertiary-hover\/5 {
  border-color: rgb(177 188 174 / 0.05);
}
.border-tertiary-hover\/50 {
  border-color: rgb(177 188 174 / 0.5);
}
.border-tertiary-hover\/60 {
  border-color: rgb(177 188 174 / 0.6);
}
.border-tertiary-hover\/70 {
  border-color: rgb(177 188 174 / 0.7);
}
.border-tertiary-hover\/75 {
  border-color: rgb(177 188 174 / 0.75);
}
.border-tertiary-hover\/80 {
  border-color: rgb(177 188 174 / 0.8);
}
.border-tertiary-hover\/90 {
  border-color: rgb(177 188 174 / 0.9);
}
.border-tertiary-hover\/95 {
  border-color: rgb(177 188 174 / 0.95);
}
.border-tertiary\/0 {
  border-color: rgb(76 88 72 / 0);
}
.border-tertiary\/10 {
  border-color: rgb(76 88 72 / 0.1);
}
.border-tertiary\/100 {
  border-color: rgb(76 88 72 / 1);
}
.border-tertiary\/20 {
  border-color: rgb(76 88 72 / 0.2);
}
.border-tertiary\/25 {
  border-color: rgb(76 88 72 / 0.25);
}
.border-tertiary\/30 {
  border-color: rgb(76 88 72 / 0.3);
}
.border-tertiary\/40 {
  border-color: rgb(76 88 72 / 0.4);
}
.border-tertiary\/5 {
  border-color: rgb(76 88 72 / 0.05);
}
.border-tertiary\/50 {
  border-color: rgb(76 88 72 / 0.5);
}
.border-tertiary\/60 {
  border-color: rgb(76 88 72 / 0.6);
}
.border-tertiary\/70 {
  border-color: rgb(76 88 72 / 0.7);
}
.border-tertiary\/75 {
  border-color: rgb(76 88 72 / 0.75);
}
.border-tertiary\/80 {
  border-color: rgb(76 88 72 / 0.8);
}
.border-tertiary\/90 {
  border-color: rgb(76 88 72 / 0.9);
}
.border-tertiary\/95 {
  border-color: rgb(76 88 72 / 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\/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\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-color: rgb(46 16 101 / 0.6);
}
.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\/90 {
  border-color: rgb(46 16 101 / 0.9);
}
.border-violet-950\/95 {
  border-color: rgb(46 16 101 / 0.95);
}
.border-warning-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-warning-100\/0 {
  border-color: rgb(230 225 177 / 0);
}
.border-warning-100\/10 {
  border-color: rgb(230 225 177 / 0.1);
}
.border-warning-100\/100 {
  border-color: rgb(230 225 177 / 1);
}
.border-warning-100\/20 {
  border-color: rgb(230 225 177 / 0.2);
}
.border-warning-100\/25 {
  border-color: rgb(230 225 177 / 0.25);
}
.border-warning-100\/30 {
  border-color: rgb(230 225 177 / 0.3);
}
.border-warning-100\/40 {
  border-color: rgb(230 225 177 / 0.4);
}
.border-warning-100\/5 {
  border-color: rgb(230 225 177 / 0.05);
}
.border-warning-100\/50 {
  border-color: rgb(230 225 177 / 0.5);
}
.border-warning-100\/60 {
  border-color: rgb(230 225 177 / 0.6);
}
.border-warning-100\/70 {
  border-color: rgb(230 225 177 / 0.7);
}
.border-warning-100\/75 {
  border-color: rgb(230 225 177 / 0.75);
}
.border-warning-100\/80 {
  border-color: rgb(230 225 177 / 0.8);
}
.border-warning-100\/90 {
  border-color: rgb(230 225 177 / 0.9);
}
.border-warning-100\/95 {
  border-color: rgb(230 225 177 / 0.95);
}
.border-warning-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-warning-200\/0 {
  border-color: rgb(217 201 146 / 0);
}
.border-warning-200\/10 {
  border-color: rgb(217 201 146 / 0.1);
}
.border-warning-200\/100 {
  border-color: rgb(217 201 146 / 1);
}
.border-warning-200\/20 {
  border-color: rgb(217 201 146 / 0.2);
}
.border-warning-200\/25 {
  border-color: rgb(217 201 146 / 0.25);
}
.border-warning-200\/30 {
  border-color: rgb(217 201 146 / 0.3);
}
.border-warning-200\/40 {
  border-color: rgb(217 201 146 / 0.4);
}
.border-warning-200\/5 {
  border-color: rgb(217 201 146 / 0.05);
}
.border-warning-200\/50 {
  border-color: rgb(217 201 146 / 0.5);
}
.border-warning-200\/60 {
  border-color: rgb(217 201 146 / 0.6);
}
.border-warning-200\/70 {
  border-color: rgb(217 201 146 / 0.7);
}
.border-warning-200\/75 {
  border-color: rgb(217 201 146 / 0.75);
}
.border-warning-200\/80 {
  border-color: rgb(217 201 146 / 0.8);
}
.border-warning-200\/90 {
  border-color: rgb(217 201 146 / 0.9);
}
.border-warning-200\/95 {
  border-color: rgb(217 201 146 / 0.95);
}
.border-warning-400 {
  --tw-border-opacity: 1;
  border-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-warning-400\/0 {
  border-color: rgb(198 168 100 / 0);
}
.border-warning-400\/10 {
  border-color: rgb(198 168 100 / 0.1);
}
.border-warning-400\/100 {
  border-color: rgb(198 168 100 / 1);
}
.border-warning-400\/20 {
  border-color: rgb(198 168 100 / 0.2);
}
.border-warning-400\/25 {
  border-color: rgb(198 168 100 / 0.25);
}
.border-warning-400\/30 {
  border-color: rgb(198 168 100 / 0.3);
}
.border-warning-400\/40 {
  border-color: rgb(198 168 100 / 0.4);
}
.border-warning-400\/5 {
  border-color: rgb(198 168 100 / 0.05);
}
.border-warning-400\/50 {
  border-color: rgb(198 168 100 / 0.5);
}
.border-warning-400\/60 {
  border-color: rgb(198 168 100 / 0.6);
}
.border-warning-400\/70 {
  border-color: rgb(198 168 100 / 0.7);
}
.border-warning-400\/75 {
  border-color: rgb(198 168 100 / 0.75);
}
.border-warning-400\/80 {
  border-color: rgb(198 168 100 / 0.8);
}
.border-warning-400\/90 {
  border-color: rgb(198 168 100 / 0.9);
}
.border-warning-400\/95 {
  border-color: rgb(198 168 100 / 0.95);
}
.border-warning-50 {
  --tw-border-opacity: 1;
  border-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-warning-50\/0 {
  border-color: rgb(242 239 208 / 0);
}
.border-warning-50\/10 {
  border-color: rgb(242 239 208 / 0.1);
}
.border-warning-50\/100 {
  border-color: rgb(242 239 208 / 1);
}
.border-warning-50\/20 {
  border-color: rgb(242 239 208 / 0.2);
}
.border-warning-50\/25 {
  border-color: rgb(242 239 208 / 0.25);
}
.border-warning-50\/30 {
  border-color: rgb(242 239 208 / 0.3);
}
.border-warning-50\/40 {
  border-color: rgb(242 239 208 / 0.4);
}
.border-warning-50\/5 {
  border-color: rgb(242 239 208 / 0.05);
}
.border-warning-50\/50 {
  border-color: rgb(242 239 208 / 0.5);
}
.border-warning-50\/60 {
  border-color: rgb(242 239 208 / 0.6);
}
.border-warning-50\/70 {
  border-color: rgb(242 239 208 / 0.7);
}
.border-warning-50\/75 {
  border-color: rgb(242 239 208 / 0.75);
}
.border-warning-50\/80 {
  border-color: rgb(242 239 208 / 0.8);
}
.border-warning-50\/90 {
  border-color: rgb(242 239 208 / 0.9);
}
.border-warning-50\/95 {
  border-color: rgb(242 239 208 / 0.95);
}
.border-warning-600 {
  --tw-border-opacity: 1;
  border-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-warning-600\/0 {
  border-color: rgb(179 134 54 / 0);
}
.border-warning-600\/10 {
  border-color: rgb(179 134 54 / 0.1);
}
.border-warning-600\/100 {
  border-color: rgb(179 134 54 / 1);
}
.border-warning-600\/20 {
  border-color: rgb(179 134 54 / 0.2);
}
.border-warning-600\/25 {
  border-color: rgb(179 134 54 / 0.25);
}
.border-warning-600\/30 {
  border-color: rgb(179 134 54 / 0.3);
}
.border-warning-600\/40 {
  border-color: rgb(179 134 54 / 0.4);
}
.border-warning-600\/5 {
  border-color: rgb(179 134 54 / 0.05);
}
.border-warning-600\/50 {
  border-color: rgb(179 134 54 / 0.5);
}
.border-warning-600\/60 {
  border-color: rgb(179 134 54 / 0.6);
}
.border-warning-600\/70 {
  border-color: rgb(179 134 54 / 0.7);
}
.border-warning-600\/75 {
  border-color: rgb(179 134 54 / 0.75);
}
.border-warning-600\/80 {
  border-color: rgb(179 134 54 / 0.8);
}
.border-warning-600\/90 {
  border-color: rgb(179 134 54 / 0.9);
}
.border-warning-600\/95 {
  border-color: rgb(179 134 54 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-color: rgb(9 9 11 / 0.6);
}
.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\/90 {
  border-color: rgb(9 9 11 / 0.9);
}
.border-zinc-950\/95 {
  border-color: rgb(9 9 11 / 0.95);
}
.border-x-active-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 230 184 / var(--tw-border-opacity));
  border-right-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-x-active-100\/0 {
  border-left-color: rgb(185 230 184 / 0);
  border-right-color: rgb(185 230 184 / 0);
}
.border-x-active-100\/10 {
  border-left-color: rgb(185 230 184 / 0.1);
  border-right-color: rgb(185 230 184 / 0.1);
}
.border-x-active-100\/100 {
  border-left-color: rgb(185 230 184 / 1);
  border-right-color: rgb(185 230 184 / 1);
}
.border-x-active-100\/20 {
  border-left-color: rgb(185 230 184 / 0.2);
  border-right-color: rgb(185 230 184 / 0.2);
}
.border-x-active-100\/25 {
  border-left-color: rgb(185 230 184 / 0.25);
  border-right-color: rgb(185 230 184 / 0.25);
}
.border-x-active-100\/30 {
  border-left-color: rgb(185 230 184 / 0.3);
  border-right-color: rgb(185 230 184 / 0.3);
}
.border-x-active-100\/40 {
  border-left-color: rgb(185 230 184 / 0.4);
  border-right-color: rgb(185 230 184 / 0.4);
}
.border-x-active-100\/5 {
  border-left-color: rgb(185 230 184 / 0.05);
  border-right-color: rgb(185 230 184 / 0.05);
}
.border-x-active-100\/50 {
  border-left-color: rgb(185 230 184 / 0.5);
  border-right-color: rgb(185 230 184 / 0.5);
}
.border-x-active-100\/60 {
  border-left-color: rgb(185 230 184 / 0.6);
  border-right-color: rgb(185 230 184 / 0.6);
}
.border-x-active-100\/70 {
  border-left-color: rgb(185 230 184 / 0.7);
  border-right-color: rgb(185 230 184 / 0.7);
}
.border-x-active-100\/75 {
  border-left-color: rgb(185 230 184 / 0.75);
  border-right-color: rgb(185 230 184 / 0.75);
}
.border-x-active-100\/80 {
  border-left-color: rgb(185 230 184 / 0.8);
  border-right-color: rgb(185 230 184 / 0.8);
}
.border-x-active-100\/90 {
  border-left-color: rgb(185 230 184 / 0.9);
  border-right-color: rgb(185 230 184 / 0.9);
}
.border-x-active-100\/95 {
  border-left-color: rgb(185 230 184 / 0.95);
  border-right-color: rgb(185 230 184 / 0.95);
}
.border-x-active-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 219 157 / var(--tw-border-opacity));
  border-right-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-x-active-200\/0 {
  border-left-color: rgb(159 219 157 / 0);
  border-right-color: rgb(159 219 157 / 0);
}
.border-x-active-200\/10 {
  border-left-color: rgb(159 219 157 / 0.1);
  border-right-color: rgb(159 219 157 / 0.1);
}
.border-x-active-200\/100 {
  border-left-color: rgb(159 219 157 / 1);
  border-right-color: rgb(159 219 157 / 1);
}
.border-x-active-200\/20 {
  border-left-color: rgb(159 219 157 / 0.2);
  border-right-color: rgb(159 219 157 / 0.2);
}
.border-x-active-200\/25 {
  border-left-color: rgb(159 219 157 / 0.25);
  border-right-color: rgb(159 219 157 / 0.25);
}
.border-x-active-200\/30 {
  border-left-color: rgb(159 219 157 / 0.3);
  border-right-color: rgb(159 219 157 / 0.3);
}
.border-x-active-200\/40 {
  border-left-color: rgb(159 219 157 / 0.4);
  border-right-color: rgb(159 219 157 / 0.4);
}
.border-x-active-200\/5 {
  border-left-color: rgb(159 219 157 / 0.05);
  border-right-color: rgb(159 219 157 / 0.05);
}
.border-x-active-200\/50 {
  border-left-color: rgb(159 219 157 / 0.5);
  border-right-color: rgb(159 219 157 / 0.5);
}
.border-x-active-200\/60 {
  border-left-color: rgb(159 219 157 / 0.6);
  border-right-color: rgb(159 219 157 / 0.6);
}
.border-x-active-200\/70 {
  border-left-color: rgb(159 219 157 / 0.7);
  border-right-color: rgb(159 219 157 / 0.7);
}
.border-x-active-200\/75 {
  border-left-color: rgb(159 219 157 / 0.75);
  border-right-color: rgb(159 219 157 / 0.75);
}
.border-x-active-200\/80 {
  border-left-color: rgb(159 219 157 / 0.8);
  border-right-color: rgb(159 219 157 / 0.8);
}
.border-x-active-200\/90 {
  border-left-color: rgb(159 219 157 / 0.9);
  border-right-color: rgb(159 219 157 / 0.9);
}
.border-x-active-200\/95 {
  border-left-color: rgb(159 219 157 / 0.95);
  border-right-color: rgb(159 219 157 / 0.95);
}
.border-x-active-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(106 197 103 / var(--tw-border-opacity));
  border-right-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-x-active-400\/0 {
  border-left-color: rgb(106 197 103 / 0);
  border-right-color: rgb(106 197 103 / 0);
}
.border-x-active-400\/10 {
  border-left-color: rgb(106 197 103 / 0.1);
  border-right-color: rgb(106 197 103 / 0.1);
}
.border-x-active-400\/100 {
  border-left-color: rgb(106 197 103 / 1);
  border-right-color: rgb(106 197 103 / 1);
}
.border-x-active-400\/20 {
  border-left-color: rgb(106 197 103 / 0.2);
  border-right-color: rgb(106 197 103 / 0.2);
}
.border-x-active-400\/25 {
  border-left-color: rgb(106 197 103 / 0.25);
  border-right-color: rgb(106 197 103 / 0.25);
}
.border-x-active-400\/30 {
  border-left-color: rgb(106 197 103 / 0.3);
  border-right-color: rgb(106 197 103 / 0.3);
}
.border-x-active-400\/40 {
  border-left-color: rgb(106 197 103 / 0.4);
  border-right-color: rgb(106 197 103 / 0.4);
}
.border-x-active-400\/5 {
  border-left-color: rgb(106 197 103 / 0.05);
  border-right-color: rgb(106 197 103 / 0.05);
}
.border-x-active-400\/50 {
  border-left-color: rgb(106 197 103 / 0.5);
  border-right-color: rgb(106 197 103 / 0.5);
}
.border-x-active-400\/60 {
  border-left-color: rgb(106 197 103 / 0.6);
  border-right-color: rgb(106 197 103 / 0.6);
}
.border-x-active-400\/70 {
  border-left-color: rgb(106 197 103 / 0.7);
  border-right-color: rgb(106 197 103 / 0.7);
}
.border-x-active-400\/75 {
  border-left-color: rgb(106 197 103 / 0.75);
  border-right-color: rgb(106 197 103 / 0.75);
}
.border-x-active-400\/80 {
  border-left-color: rgb(106 197 103 / 0.8);
  border-right-color: rgb(106 197 103 / 0.8);
}
.border-x-active-400\/90 {
  border-left-color: rgb(106 197 103 / 0.9);
  border-right-color: rgb(106 197 103 / 0.9);
}
.border-x-active-400\/95 {
  border-left-color: rgb(106 197 103 / 0.95);
  border-right-color: rgb(106 197 103 / 0.95);
}
.border-x-active-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 241 211 / var(--tw-border-opacity));
  border-right-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-x-active-50\/0 {
  border-left-color: rgb(212 241 211 / 0);
  border-right-color: rgb(212 241 211 / 0);
}
.border-x-active-50\/10 {
  border-left-color: rgb(212 241 211 / 0.1);
  border-right-color: rgb(212 241 211 / 0.1);
}
.border-x-active-50\/100 {
  border-left-color: rgb(212 241 211 / 1);
  border-right-color: rgb(212 241 211 / 1);
}
.border-x-active-50\/20 {
  border-left-color: rgb(212 241 211 / 0.2);
  border-right-color: rgb(212 241 211 / 0.2);
}
.border-x-active-50\/25 {
  border-left-color: rgb(212 241 211 / 0.25);
  border-right-color: rgb(212 241 211 / 0.25);
}
.border-x-active-50\/30 {
  border-left-color: rgb(212 241 211 / 0.3);
  border-right-color: rgb(212 241 211 / 0.3);
}
.border-x-active-50\/40 {
  border-left-color: rgb(212 241 211 / 0.4);
  border-right-color: rgb(212 241 211 / 0.4);
}
.border-x-active-50\/5 {
  border-left-color: rgb(212 241 211 / 0.05);
  border-right-color: rgb(212 241 211 / 0.05);
}
.border-x-active-50\/50 {
  border-left-color: rgb(212 241 211 / 0.5);
  border-right-color: rgb(212 241 211 / 0.5);
}
.border-x-active-50\/60 {
  border-left-color: rgb(212 241 211 / 0.6);
  border-right-color: rgb(212 241 211 / 0.6);
}
.border-x-active-50\/70 {
  border-left-color: rgb(212 241 211 / 0.7);
  border-right-color: rgb(212 241 211 / 0.7);
}
.border-x-active-50\/75 {
  border-left-color: rgb(212 241 211 / 0.75);
  border-right-color: rgb(212 241 211 / 0.75);
}
.border-x-active-50\/80 {
  border-left-color: rgb(212 241 211 / 0.8);
  border-right-color: rgb(212 241 211 / 0.8);
}
.border-x-active-50\/90 {
  border-left-color: rgb(212 241 211 / 0.9);
  border-right-color: rgb(212 241 211 / 0.9);
}
.border-x-active-50\/95 {
  border-left-color: rgb(212 241 211 / 0.95);
  border-right-color: rgb(212 241 211 / 0.95);
}
.border-x-active-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 175 49 / var(--tw-border-opacity));
  border-right-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-x-active-600\/0 {
  border-left-color: rgb(54 175 49 / 0);
  border-right-color: rgb(54 175 49 / 0);
}
.border-x-active-600\/10 {
  border-left-color: rgb(54 175 49 / 0.1);
  border-right-color: rgb(54 175 49 / 0.1);
}
.border-x-active-600\/100 {
  border-left-color: rgb(54 175 49 / 1);
  border-right-color: rgb(54 175 49 / 1);
}
.border-x-active-600\/20 {
  border-left-color: rgb(54 175 49 / 0.2);
  border-right-color: rgb(54 175 49 / 0.2);
}
.border-x-active-600\/25 {
  border-left-color: rgb(54 175 49 / 0.25);
  border-right-color: rgb(54 175 49 / 0.25);
}
.border-x-active-600\/30 {
  border-left-color: rgb(54 175 49 / 0.3);
  border-right-color: rgb(54 175 49 / 0.3);
}
.border-x-active-600\/40 {
  border-left-color: rgb(54 175 49 / 0.4);
  border-right-color: rgb(54 175 49 / 0.4);
}
.border-x-active-600\/5 {
  border-left-color: rgb(54 175 49 / 0.05);
  border-right-color: rgb(54 175 49 / 0.05);
}
.border-x-active-600\/50 {
  border-left-color: rgb(54 175 49 / 0.5);
  border-right-color: rgb(54 175 49 / 0.5);
}
.border-x-active-600\/60 {
  border-left-color: rgb(54 175 49 / 0.6);
  border-right-color: rgb(54 175 49 / 0.6);
}
.border-x-active-600\/70 {
  border-left-color: rgb(54 175 49 / 0.7);
  border-right-color: rgb(54 175 49 / 0.7);
}
.border-x-active-600\/75 {
  border-left-color: rgb(54 175 49 / 0.75);
  border-right-color: rgb(54 175 49 / 0.75);
}
.border-x-active-600\/80 {
  border-left-color: rgb(54 175 49 / 0.8);
  border-right-color: rgb(54 175 49 / 0.8);
}
.border-x-active-600\/90 {
  border-left-color: rgb(54 175 49 / 0.9);
  border-right-color: rgb(54 175 49 / 0.9);
}
.border-x-active-600\/95 {
  border-left-color: rgb(54 175 49 / 0.95);
  border-right-color: rgb(54 175 49 / 0.95);
}
.border-x-amber-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}
.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\/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));
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}
.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\/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));
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}
.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\/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));
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}
.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\/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));
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}
.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\/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));
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}
.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\/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));
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}
.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\/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));
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}
.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\/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));
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}
.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\/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));
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}
.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\/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));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.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\/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));
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}
.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\/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));
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}
.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\/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));
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}
.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\/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));
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}
.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\/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));
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}
.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\/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));
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-left-color: rgb(40 56 72 / var(--tw-border-opacity));
  border-right-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-x-blue-850\/0 {
  border-left-color: rgb(40 56 72 / 0);
  border-right-color: rgb(40 56 72 / 0);
}
.border-x-blue-850\/10 {
  border-left-color: rgb(40 56 72 / 0.1);
  border-right-color: rgb(40 56 72 / 0.1);
}
.border-x-blue-850\/100 {
  border-left-color: rgb(40 56 72 / 1);
  border-right-color: rgb(40 56 72 / 1);
}
.border-x-blue-850\/20 {
  border-left-color: rgb(40 56 72 / 0.2);
  border-right-color: rgb(40 56 72 / 0.2);
}
.border-x-blue-850\/25 {
  border-left-color: rgb(40 56 72 / 0.25);
  border-right-color: rgb(40 56 72 / 0.25);
}
.border-x-blue-850\/30 {
  border-left-color: rgb(40 56 72 / 0.3);
  border-right-color: rgb(40 56 72 / 0.3);
}
.border-x-blue-850\/40 {
  border-left-color: rgb(40 56 72 / 0.4);
  border-right-color: rgb(40 56 72 / 0.4);
}
.border-x-blue-850\/5 {
  border-left-color: rgb(40 56 72 / 0.05);
  border-right-color: rgb(40 56 72 / 0.05);
}
.border-x-blue-850\/50 {
  border-left-color: rgb(40 56 72 / 0.5);
  border-right-color: rgb(40 56 72 / 0.5);
}
.border-x-blue-850\/60 {
  border-left-color: rgb(40 56 72 / 0.6);
  border-right-color: rgb(40 56 72 / 0.6);
}
.border-x-blue-850\/70 {
  border-left-color: rgb(40 56 72 / 0.7);
  border-right-color: rgb(40 56 72 / 0.7);
}
.border-x-blue-850\/75 {
  border-left-color: rgb(40 56 72 / 0.75);
  border-right-color: rgb(40 56 72 / 0.75);
}
.border-x-blue-850\/80 {
  border-left-color: rgb(40 56 72 / 0.8);
  border-right-color: rgb(40 56 72 / 0.8);
}
.border-x-blue-850\/90 {
  border-left-color: rgb(40 56 72 / 0.9);
  border-right-color: rgb(40 56 72 / 0.9);
}
.border-x-blue-850\/95 {
  border-left-color: rgb(40 56 72 / 0.95);
  border-right-color: rgb(40 56 72 / 0.95);
}
.border-x-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}
.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\/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));
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}
.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\/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));
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}
.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\/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));
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}
.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\/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));
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}
.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\/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));
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}
.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\/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));
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}
.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\/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));
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}
.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\/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));
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}
.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\/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));
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}
.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\/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));
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}
.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\/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));
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}
.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\/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));
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}
.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\/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));
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}
.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\/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));
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}
.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\/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));
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}
.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\/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));
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}
.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\/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));
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}
.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\/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));
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}
.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\/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));
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}
.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\/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));
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}
.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\/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));
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 177 177 / var(--tw-border-opacity));
  border-right-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-x-error-100\/0 {
  border-left-color: rgb(224 177 177 / 0);
  border-right-color: rgb(224 177 177 / 0);
}
.border-x-error-100\/10 {
  border-left-color: rgb(224 177 177 / 0.1);
  border-right-color: rgb(224 177 177 / 0.1);
}
.border-x-error-100\/100 {
  border-left-color: rgb(224 177 177 / 1);
  border-right-color: rgb(224 177 177 / 1);
}
.border-x-error-100\/20 {
  border-left-color: rgb(224 177 177 / 0.2);
  border-right-color: rgb(224 177 177 / 0.2);
}
.border-x-error-100\/25 {
  border-left-color: rgb(224 177 177 / 0.25);
  border-right-color: rgb(224 177 177 / 0.25);
}
.border-x-error-100\/30 {
  border-left-color: rgb(224 177 177 / 0.3);
  border-right-color: rgb(224 177 177 / 0.3);
}
.border-x-error-100\/40 {
  border-left-color: rgb(224 177 177 / 0.4);
  border-right-color: rgb(224 177 177 / 0.4);
}
.border-x-error-100\/5 {
  border-left-color: rgb(224 177 177 / 0.05);
  border-right-color: rgb(224 177 177 / 0.05);
}
.border-x-error-100\/50 {
  border-left-color: rgb(224 177 177 / 0.5);
  border-right-color: rgb(224 177 177 / 0.5);
}
.border-x-error-100\/60 {
  border-left-color: rgb(224 177 177 / 0.6);
  border-right-color: rgb(224 177 177 / 0.6);
}
.border-x-error-100\/70 {
  border-left-color: rgb(224 177 177 / 0.7);
  border-right-color: rgb(224 177 177 / 0.7);
}
.border-x-error-100\/75 {
  border-left-color: rgb(224 177 177 / 0.75);
  border-right-color: rgb(224 177 177 / 0.75);
}
.border-x-error-100\/80 {
  border-left-color: rgb(224 177 177 / 0.8);
  border-right-color: rgb(224 177 177 / 0.8);
}
.border-x-error-100\/90 {
  border-left-color: rgb(224 177 177 / 0.9);
  border-right-color: rgb(224 177 177 / 0.9);
}
.border-x-error-100\/95 {
  border-left-color: rgb(224 177 177 / 0.95);
  border-right-color: rgb(224 177 177 / 0.95);
}
.border-x-error-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(211 148 148 / var(--tw-border-opacity));
  border-right-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-x-error-200\/0 {
  border-left-color: rgb(211 148 148 / 0);
  border-right-color: rgb(211 148 148 / 0);
}
.border-x-error-200\/10 {
  border-left-color: rgb(211 148 148 / 0.1);
  border-right-color: rgb(211 148 148 / 0.1);
}
.border-x-error-200\/100 {
  border-left-color: rgb(211 148 148 / 1);
  border-right-color: rgb(211 148 148 / 1);
}
.border-x-error-200\/20 {
  border-left-color: rgb(211 148 148 / 0.2);
  border-right-color: rgb(211 148 148 / 0.2);
}
.border-x-error-200\/25 {
  border-left-color: rgb(211 148 148 / 0.25);
  border-right-color: rgb(211 148 148 / 0.25);
}
.border-x-error-200\/30 {
  border-left-color: rgb(211 148 148 / 0.3);
  border-right-color: rgb(211 148 148 / 0.3);
}
.border-x-error-200\/40 {
  border-left-color: rgb(211 148 148 / 0.4);
  border-right-color: rgb(211 148 148 / 0.4);
}
.border-x-error-200\/5 {
  border-left-color: rgb(211 148 148 / 0.05);
  border-right-color: rgb(211 148 148 / 0.05);
}
.border-x-error-200\/50 {
  border-left-color: rgb(211 148 148 / 0.5);
  border-right-color: rgb(211 148 148 / 0.5);
}
.border-x-error-200\/60 {
  border-left-color: rgb(211 148 148 / 0.6);
  border-right-color: rgb(211 148 148 / 0.6);
}
.border-x-error-200\/70 {
  border-left-color: rgb(211 148 148 / 0.7);
  border-right-color: rgb(211 148 148 / 0.7);
}
.border-x-error-200\/75 {
  border-left-color: rgb(211 148 148 / 0.75);
  border-right-color: rgb(211 148 148 / 0.75);
}
.border-x-error-200\/80 {
  border-left-color: rgb(211 148 148 / 0.8);
  border-right-color: rgb(211 148 148 / 0.8);
}
.border-x-error-200\/90 {
  border-left-color: rgb(211 148 148 / 0.9);
  border-right-color: rgb(211 148 148 / 0.9);
}
.border-x-error-200\/95 {
  border-left-color: rgb(211 148 148 / 0.95);
  border-right-color: rgb(211 148 148 / 0.95);
}
.border-x-error-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 103 103 / var(--tw-border-opacity));
  border-right-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-x-error-400\/0 {
  border-left-color: rgb(198 103 103 / 0);
  border-right-color: rgb(198 103 103 / 0);
}
.border-x-error-400\/10 {
  border-left-color: rgb(198 103 103 / 0.1);
  border-right-color: rgb(198 103 103 / 0.1);
}
.border-x-error-400\/100 {
  border-left-color: rgb(198 103 103 / 1);
  border-right-color: rgb(198 103 103 / 1);
}
.border-x-error-400\/20 {
  border-left-color: rgb(198 103 103 / 0.2);
  border-right-color: rgb(198 103 103 / 0.2);
}
.border-x-error-400\/25 {
  border-left-color: rgb(198 103 103 / 0.25);
  border-right-color: rgb(198 103 103 / 0.25);
}
.border-x-error-400\/30 {
  border-left-color: rgb(198 103 103 / 0.3);
  border-right-color: rgb(198 103 103 / 0.3);
}
.border-x-error-400\/40 {
  border-left-color: rgb(198 103 103 / 0.4);
  border-right-color: rgb(198 103 103 / 0.4);
}
.border-x-error-400\/5 {
  border-left-color: rgb(198 103 103 / 0.05);
  border-right-color: rgb(198 103 103 / 0.05);
}
.border-x-error-400\/50 {
  border-left-color: rgb(198 103 103 / 0.5);
  border-right-color: rgb(198 103 103 / 0.5);
}
.border-x-error-400\/60 {
  border-left-color: rgb(198 103 103 / 0.6);
  border-right-color: rgb(198 103 103 / 0.6);
}
.border-x-error-400\/70 {
  border-left-color: rgb(198 103 103 / 0.7);
  border-right-color: rgb(198 103 103 / 0.7);
}
.border-x-error-400\/75 {
  border-left-color: rgb(198 103 103 / 0.75);
  border-right-color: rgb(198 103 103 / 0.75);
}
.border-x-error-400\/80 {
  border-left-color: rgb(198 103 103 / 0.8);
  border-right-color: rgb(198 103 103 / 0.8);
}
.border-x-error-400\/90 {
  border-left-color: rgb(198 103 103 / 0.9);
  border-right-color: rgb(198 103 103 / 0.9);
}
.border-x-error-400\/95 {
  border-left-color: rgb(198 103 103 / 0.95);
  border-right-color: rgb(198 103 103 / 0.95);
}
.border-x-error-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 206 206 / var(--tw-border-opacity));
  border-right-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-x-error-50\/0 {
  border-left-color: rgb(237 206 206 / 0);
  border-right-color: rgb(237 206 206 / 0);
}
.border-x-error-50\/10 {
  border-left-color: rgb(237 206 206 / 0.1);
  border-right-color: rgb(237 206 206 / 0.1);
}
.border-x-error-50\/100 {
  border-left-color: rgb(237 206 206 / 1);
  border-right-color: rgb(237 206 206 / 1);
}
.border-x-error-50\/20 {
  border-left-color: rgb(237 206 206 / 0.2);
  border-right-color: rgb(237 206 206 / 0.2);
}
.border-x-error-50\/25 {
  border-left-color: rgb(237 206 206 / 0.25);
  border-right-color: rgb(237 206 206 / 0.25);
}
.border-x-error-50\/30 {
  border-left-color: rgb(237 206 206 / 0.3);
  border-right-color: rgb(237 206 206 / 0.3);
}
.border-x-error-50\/40 {
  border-left-color: rgb(237 206 206 / 0.4);
  border-right-color: rgb(237 206 206 / 0.4);
}
.border-x-error-50\/5 {
  border-left-color: rgb(237 206 206 / 0.05);
  border-right-color: rgb(237 206 206 / 0.05);
}
.border-x-error-50\/50 {
  border-left-color: rgb(237 206 206 / 0.5);
  border-right-color: rgb(237 206 206 / 0.5);
}
.border-x-error-50\/60 {
  border-left-color: rgb(237 206 206 / 0.6);
  border-right-color: rgb(237 206 206 / 0.6);
}
.border-x-error-50\/70 {
  border-left-color: rgb(237 206 206 / 0.7);
  border-right-color: rgb(237 206 206 / 0.7);
}
.border-x-error-50\/75 {
  border-left-color: rgb(237 206 206 / 0.75);
  border-right-color: rgb(237 206 206 / 0.75);
}
.border-x-error-50\/80 {
  border-left-color: rgb(237 206 206 / 0.8);
  border-right-color: rgb(237 206 206 / 0.8);
}
.border-x-error-50\/90 {
  border-left-color: rgb(237 206 206 / 0.9);
  border-right-color: rgb(237 206 206 / 0.9);
}
.border-x-error-50\/95 {
  border-left-color: rgb(237 206 206 / 0.95);
  border-right-color: rgb(237 206 206 / 0.95);
}
.border-x-error-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 58 58 / var(--tw-border-opacity));
  border-right-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-x-error-600\/0 {
  border-left-color: rgb(185 58 58 / 0);
  border-right-color: rgb(185 58 58 / 0);
}
.border-x-error-600\/10 {
  border-left-color: rgb(185 58 58 / 0.1);
  border-right-color: rgb(185 58 58 / 0.1);
}
.border-x-error-600\/100 {
  border-left-color: rgb(185 58 58 / 1);
  border-right-color: rgb(185 58 58 / 1);
}
.border-x-error-600\/20 {
  border-left-color: rgb(185 58 58 / 0.2);
  border-right-color: rgb(185 58 58 / 0.2);
}
.border-x-error-600\/25 {
  border-left-color: rgb(185 58 58 / 0.25);
  border-right-color: rgb(185 58 58 / 0.25);
}
.border-x-error-600\/30 {
  border-left-color: rgb(185 58 58 / 0.3);
  border-right-color: rgb(185 58 58 / 0.3);
}
.border-x-error-600\/40 {
  border-left-color: rgb(185 58 58 / 0.4);
  border-right-color: rgb(185 58 58 / 0.4);
}
.border-x-error-600\/5 {
  border-left-color: rgb(185 58 58 / 0.05);
  border-right-color: rgb(185 58 58 / 0.05);
}
.border-x-error-600\/50 {
  border-left-color: rgb(185 58 58 / 0.5);
  border-right-color: rgb(185 58 58 / 0.5);
}
.border-x-error-600\/60 {
  border-left-color: rgb(185 58 58 / 0.6);
  border-right-color: rgb(185 58 58 / 0.6);
}
.border-x-error-600\/70 {
  border-left-color: rgb(185 58 58 / 0.7);
  border-right-color: rgb(185 58 58 / 0.7);
}
.border-x-error-600\/75 {
  border-left-color: rgb(185 58 58 / 0.75);
  border-right-color: rgb(185 58 58 / 0.75);
}
.border-x-error-600\/80 {
  border-left-color: rgb(185 58 58 / 0.8);
  border-right-color: rgb(185 58 58 / 0.8);
}
.border-x-error-600\/90 {
  border-left-color: rgb(185 58 58 / 0.9);
  border-right-color: rgb(185 58 58 / 0.9);
}
.border-x-error-600\/95 {
  border-left-color: rgb(185 58 58 / 0.95);
  border-right-color: rgb(185 58 58 / 0.95);
}
.border-x-fuchsia-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}
.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\/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));
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}
.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\/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));
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}
.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\/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));
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}
.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\/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));
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}
.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\/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));
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}
.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\/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));
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}
.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\/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));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}
.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\/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));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.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\/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));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}
.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\/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));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.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\/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));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}
.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\/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));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}
.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\/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));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}
.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\/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));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}
.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\/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));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}
.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\/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));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}
.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\/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));
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}
.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\/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));
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}
.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\/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));
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}
.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\/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));
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}
.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\/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));
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}
.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\/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));
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}
.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\/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));
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}
.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\/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));
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}
.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\/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));
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}
.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\/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));
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-left-color: rgb(73 89 70 / var(--tw-border-opacity));
  border-right-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-x-green-850\/0 {
  border-left-color: rgb(73 89 70 / 0);
  border-right-color: rgb(73 89 70 / 0);
}
.border-x-green-850\/10 {
  border-left-color: rgb(73 89 70 / 0.1);
  border-right-color: rgb(73 89 70 / 0.1);
}
.border-x-green-850\/100 {
  border-left-color: rgb(73 89 70 / 1);
  border-right-color: rgb(73 89 70 / 1);
}
.border-x-green-850\/20 {
  border-left-color: rgb(73 89 70 / 0.2);
  border-right-color: rgb(73 89 70 / 0.2);
}
.border-x-green-850\/25 {
  border-left-color: rgb(73 89 70 / 0.25);
  border-right-color: rgb(73 89 70 / 0.25);
}
.border-x-green-850\/30 {
  border-left-color: rgb(73 89 70 / 0.3);
  border-right-color: rgb(73 89 70 / 0.3);
}
.border-x-green-850\/40 {
  border-left-color: rgb(73 89 70 / 0.4);
  border-right-color: rgb(73 89 70 / 0.4);
}
.border-x-green-850\/5 {
  border-left-color: rgb(73 89 70 / 0.05);
  border-right-color: rgb(73 89 70 / 0.05);
}
.border-x-green-850\/50 {
  border-left-color: rgb(73 89 70 / 0.5);
  border-right-color: rgb(73 89 70 / 0.5);
}
.border-x-green-850\/60 {
  border-left-color: rgb(73 89 70 / 0.6);
  border-right-color: rgb(73 89 70 / 0.6);
}
.border-x-green-850\/70 {
  border-left-color: rgb(73 89 70 / 0.7);
  border-right-color: rgb(73 89 70 / 0.7);
}
.border-x-green-850\/75 {
  border-left-color: rgb(73 89 70 / 0.75);
  border-right-color: rgb(73 89 70 / 0.75);
}
.border-x-green-850\/80 {
  border-left-color: rgb(73 89 70 / 0.8);
  border-right-color: rgb(73 89 70 / 0.8);
}
.border-x-green-850\/90 {
  border-left-color: rgb(73 89 70 / 0.9);
  border-right-color: rgb(73 89 70 / 0.9);
}
.border-x-green-850\/95 {
  border-left-color: rgb(73 89 70 / 0.95);
  border-right-color: rgb(73 89 70 / 0.95);
}
.border-x-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}
.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\/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));
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-x-grey-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}
.border-x-grey-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}
.border-x-grey-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}
.border-x-grey-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}
.border-x-grey-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}
.border-x-grey-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}
.border-x-grey-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}
.border-x-grey-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}
.border-x-grey-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}
.border-x-grey-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}
.border-x-grey-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}
.border-x-grey-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}
.border-x-grey-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}
.border-x-grey-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}
.border-x-grey-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}
.border-x-grey-125 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 235 235 / var(--tw-border-opacity));
  border-right-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-x-grey-125\/0 {
  border-left-color: rgb(237 235 235 / 0);
  border-right-color: rgb(237 235 235 / 0);
}
.border-x-grey-125\/10 {
  border-left-color: rgb(237 235 235 / 0.1);
  border-right-color: rgb(237 235 235 / 0.1);
}
.border-x-grey-125\/100 {
  border-left-color: rgb(237 235 235 / 1);
  border-right-color: rgb(237 235 235 / 1);
}
.border-x-grey-125\/20 {
  border-left-color: rgb(237 235 235 / 0.2);
  border-right-color: rgb(237 235 235 / 0.2);
}
.border-x-grey-125\/25 {
  border-left-color: rgb(237 235 235 / 0.25);
  border-right-color: rgb(237 235 235 / 0.25);
}
.border-x-grey-125\/30 {
  border-left-color: rgb(237 235 235 / 0.3);
  border-right-color: rgb(237 235 235 / 0.3);
}
.border-x-grey-125\/40 {
  border-left-color: rgb(237 235 235 / 0.4);
  border-right-color: rgb(237 235 235 / 0.4);
}
.border-x-grey-125\/5 {
  border-left-color: rgb(237 235 235 / 0.05);
  border-right-color: rgb(237 235 235 / 0.05);
}
.border-x-grey-125\/50 {
  border-left-color: rgb(237 235 235 / 0.5);
  border-right-color: rgb(237 235 235 / 0.5);
}
.border-x-grey-125\/60 {
  border-left-color: rgb(237 235 235 / 0.6);
  border-right-color: rgb(237 235 235 / 0.6);
}
.border-x-grey-125\/70 {
  border-left-color: rgb(237 235 235 / 0.7);
  border-right-color: rgb(237 235 235 / 0.7);
}
.border-x-grey-125\/75 {
  border-left-color: rgb(237 235 235 / 0.75);
  border-right-color: rgb(237 235 235 / 0.75);
}
.border-x-grey-125\/80 {
  border-left-color: rgb(237 235 235 / 0.8);
  border-right-color: rgb(237 235 235 / 0.8);
}
.border-x-grey-125\/90 {
  border-left-color: rgb(237 235 235 / 0.9);
  border-right-color: rgb(237 235 235 / 0.9);
}
.border-x-grey-125\/95 {
  border-left-color: rgb(237 235 235 / 0.95);
  border-right-color: rgb(237 235 235 / 0.95);
}
.border-x-grey-150 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 220 220 / var(--tw-border-opacity));
  border-right-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-x-grey-150\/0 {
  border-left-color: rgb(220 220 220 / 0);
  border-right-color: rgb(220 220 220 / 0);
}
.border-x-grey-150\/10 {
  border-left-color: rgb(220 220 220 / 0.1);
  border-right-color: rgb(220 220 220 / 0.1);
}
.border-x-grey-150\/100 {
  border-left-color: rgb(220 220 220 / 1);
  border-right-color: rgb(220 220 220 / 1);
}
.border-x-grey-150\/20 {
  border-left-color: rgb(220 220 220 / 0.2);
  border-right-color: rgb(220 220 220 / 0.2);
}
.border-x-grey-150\/25 {
  border-left-color: rgb(220 220 220 / 0.25);
  border-right-color: rgb(220 220 220 / 0.25);
}
.border-x-grey-150\/30 {
  border-left-color: rgb(220 220 220 / 0.3);
  border-right-color: rgb(220 220 220 / 0.3);
}
.border-x-grey-150\/40 {
  border-left-color: rgb(220 220 220 / 0.4);
  border-right-color: rgb(220 220 220 / 0.4);
}
.border-x-grey-150\/5 {
  border-left-color: rgb(220 220 220 / 0.05);
  border-right-color: rgb(220 220 220 / 0.05);
}
.border-x-grey-150\/50 {
  border-left-color: rgb(220 220 220 / 0.5);
  border-right-color: rgb(220 220 220 / 0.5);
}
.border-x-grey-150\/60 {
  border-left-color: rgb(220 220 220 / 0.6);
  border-right-color: rgb(220 220 220 / 0.6);
}
.border-x-grey-150\/70 {
  border-left-color: rgb(220 220 220 / 0.7);
  border-right-color: rgb(220 220 220 / 0.7);
}
.border-x-grey-150\/75 {
  border-left-color: rgb(220 220 220 / 0.75);
  border-right-color: rgb(220 220 220 / 0.75);
}
.border-x-grey-150\/80 {
  border-left-color: rgb(220 220 220 / 0.8);
  border-right-color: rgb(220 220 220 / 0.8);
}
.border-x-grey-150\/90 {
  border-left-color: rgb(220 220 220 / 0.9);
  border-right-color: rgb(220 220 220 / 0.9);
}
.border-x-grey-150\/95 {
  border-left-color: rgb(220 220 220 / 0.95);
  border-right-color: rgb(220 220 220 / 0.95);
}
.border-x-grey-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(201 201 201 / var(--tw-border-opacity));
  border-right-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-x-grey-200\/0 {
  border-left-color: rgb(201 201 201 / 0);
  border-right-color: rgb(201 201 201 / 0);
}
.border-x-grey-200\/10 {
  border-left-color: rgb(201 201 201 / 0.1);
  border-right-color: rgb(201 201 201 / 0.1);
}
.border-x-grey-200\/100 {
  border-left-color: rgb(201 201 201 / 1);
  border-right-color: rgb(201 201 201 / 1);
}
.border-x-grey-200\/20 {
  border-left-color: rgb(201 201 201 / 0.2);
  border-right-color: rgb(201 201 201 / 0.2);
}
.border-x-grey-200\/25 {
  border-left-color: rgb(201 201 201 / 0.25);
  border-right-color: rgb(201 201 201 / 0.25);
}
.border-x-grey-200\/30 {
  border-left-color: rgb(201 201 201 / 0.3);
  border-right-color: rgb(201 201 201 / 0.3);
}
.border-x-grey-200\/40 {
  border-left-color: rgb(201 201 201 / 0.4);
  border-right-color: rgb(201 201 201 / 0.4);
}
.border-x-grey-200\/5 {
  border-left-color: rgb(201 201 201 / 0.05);
  border-right-color: rgb(201 201 201 / 0.05);
}
.border-x-grey-200\/50 {
  border-left-color: rgb(201 201 201 / 0.5);
  border-right-color: rgb(201 201 201 / 0.5);
}
.border-x-grey-200\/60 {
  border-left-color: rgb(201 201 201 / 0.6);
  border-right-color: rgb(201 201 201 / 0.6);
}
.border-x-grey-200\/70 {
  border-left-color: rgb(201 201 201 / 0.7);
  border-right-color: rgb(201 201 201 / 0.7);
}
.border-x-grey-200\/75 {
  border-left-color: rgb(201 201 201 / 0.75);
  border-right-color: rgb(201 201 201 / 0.75);
}
.border-x-grey-200\/80 {
  border-left-color: rgb(201 201 201 / 0.8);
  border-right-color: rgb(201 201 201 / 0.8);
}
.border-x-grey-200\/90 {
  border-left-color: rgb(201 201 201 / 0.9);
  border-right-color: rgb(201 201 201 / 0.9);
}
.border-x-grey-200\/95 {
  border-left-color: rgb(201 201 201 / 0.95);
  border-right-color: rgb(201 201 201 / 0.95);
}
.border-x-grey-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(183 183 183 / var(--tw-border-opacity));
  border-right-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-x-grey-300\/0 {
  border-left-color: rgb(183 183 183 / 0);
  border-right-color: rgb(183 183 183 / 0);
}
.border-x-grey-300\/10 {
  border-left-color: rgb(183 183 183 / 0.1);
  border-right-color: rgb(183 183 183 / 0.1);
}
.border-x-grey-300\/100 {
  border-left-color: rgb(183 183 183 / 1);
  border-right-color: rgb(183 183 183 / 1);
}
.border-x-grey-300\/20 {
  border-left-color: rgb(183 183 183 / 0.2);
  border-right-color: rgb(183 183 183 / 0.2);
}
.border-x-grey-300\/25 {
  border-left-color: rgb(183 183 183 / 0.25);
  border-right-color: rgb(183 183 183 / 0.25);
}
.border-x-grey-300\/30 {
  border-left-color: rgb(183 183 183 / 0.3);
  border-right-color: rgb(183 183 183 / 0.3);
}
.border-x-grey-300\/40 {
  border-left-color: rgb(183 183 183 / 0.4);
  border-right-color: rgb(183 183 183 / 0.4);
}
.border-x-grey-300\/5 {
  border-left-color: rgb(183 183 183 / 0.05);
  border-right-color: rgb(183 183 183 / 0.05);
}
.border-x-grey-300\/50 {
  border-left-color: rgb(183 183 183 / 0.5);
  border-right-color: rgb(183 183 183 / 0.5);
}
.border-x-grey-300\/60 {
  border-left-color: rgb(183 183 183 / 0.6);
  border-right-color: rgb(183 183 183 / 0.6);
}
.border-x-grey-300\/70 {
  border-left-color: rgb(183 183 183 / 0.7);
  border-right-color: rgb(183 183 183 / 0.7);
}
.border-x-grey-300\/75 {
  border-left-color: rgb(183 183 183 / 0.75);
  border-right-color: rgb(183 183 183 / 0.75);
}
.border-x-grey-300\/80 {
  border-left-color: rgb(183 183 183 / 0.8);
  border-right-color: rgb(183 183 183 / 0.8);
}
.border-x-grey-300\/90 {
  border-left-color: rgb(183 183 183 / 0.9);
  border-right-color: rgb(183 183 183 / 0.9);
}
.border-x-grey-300\/95 {
  border-left-color: rgb(183 183 183 / 0.95);
  border-right-color: rgb(183 183 183 / 0.95);
}
.border-x-grey-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(218 218 218 / var(--tw-border-opacity));
  border-right-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-x-grey-400\/0 {
  border-left-color: rgb(218 218 218 / 0);
  border-right-color: rgb(218 218 218 / 0);
}
.border-x-grey-400\/10 {
  border-left-color: rgb(218 218 218 / 0.1);
  border-right-color: rgb(218 218 218 / 0.1);
}
.border-x-grey-400\/100 {
  border-left-color: rgb(218 218 218 / 1);
  border-right-color: rgb(218 218 218 / 1);
}
.border-x-grey-400\/20 {
  border-left-color: rgb(218 218 218 / 0.2);
  border-right-color: rgb(218 218 218 / 0.2);
}
.border-x-grey-400\/25 {
  border-left-color: rgb(218 218 218 / 0.25);
  border-right-color: rgb(218 218 218 / 0.25);
}
.border-x-grey-400\/30 {
  border-left-color: rgb(218 218 218 / 0.3);
  border-right-color: rgb(218 218 218 / 0.3);
}
.border-x-grey-400\/40 {
  border-left-color: rgb(218 218 218 / 0.4);
  border-right-color: rgb(218 218 218 / 0.4);
}
.border-x-grey-400\/5 {
  border-left-color: rgb(218 218 218 / 0.05);
  border-right-color: rgb(218 218 218 / 0.05);
}
.border-x-grey-400\/50 {
  border-left-color: rgb(218 218 218 / 0.5);
  border-right-color: rgb(218 218 218 / 0.5);
}
.border-x-grey-400\/60 {
  border-left-color: rgb(218 218 218 / 0.6);
  border-right-color: rgb(218 218 218 / 0.6);
}
.border-x-grey-400\/70 {
  border-left-color: rgb(218 218 218 / 0.7);
  border-right-color: rgb(218 218 218 / 0.7);
}
.border-x-grey-400\/75 {
  border-left-color: rgb(218 218 218 / 0.75);
  border-right-color: rgb(218 218 218 / 0.75);
}
.border-x-grey-400\/80 {
  border-left-color: rgb(218 218 218 / 0.8);
  border-right-color: rgb(218 218 218 / 0.8);
}
.border-x-grey-400\/90 {
  border-left-color: rgb(218 218 218 / 0.9);
  border-right-color: rgb(218 218 218 / 0.9);
}
.border-x-grey-400\/95 {
  border-left-color: rgb(218 218 218 / 0.95);
  border-right-color: rgb(218 218 218 / 0.95);
}
.border-x-grey-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 254 254 / var(--tw-border-opacity));
  border-right-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-x-grey-50\/0 {
  border-left-color: rgb(254 254 254 / 0);
  border-right-color: rgb(254 254 254 / 0);
}
.border-x-grey-50\/10 {
  border-left-color: rgb(254 254 254 / 0.1);
  border-right-color: rgb(254 254 254 / 0.1);
}
.border-x-grey-50\/100 {
  border-left-color: rgb(254 254 254 / 1);
  border-right-color: rgb(254 254 254 / 1);
}
.border-x-grey-50\/20 {
  border-left-color: rgb(254 254 254 / 0.2);
  border-right-color: rgb(254 254 254 / 0.2);
}
.border-x-grey-50\/25 {
  border-left-color: rgb(254 254 254 / 0.25);
  border-right-color: rgb(254 254 254 / 0.25);
}
.border-x-grey-50\/30 {
  border-left-color: rgb(254 254 254 / 0.3);
  border-right-color: rgb(254 254 254 / 0.3);
}
.border-x-grey-50\/40 {
  border-left-color: rgb(254 254 254 / 0.4);
  border-right-color: rgb(254 254 254 / 0.4);
}
.border-x-grey-50\/5 {
  border-left-color: rgb(254 254 254 / 0.05);
  border-right-color: rgb(254 254 254 / 0.05);
}
.border-x-grey-50\/50 {
  border-left-color: rgb(254 254 254 / 0.5);
  border-right-color: rgb(254 254 254 / 0.5);
}
.border-x-grey-50\/60 {
  border-left-color: rgb(254 254 254 / 0.6);
  border-right-color: rgb(254 254 254 / 0.6);
}
.border-x-grey-50\/70 {
  border-left-color: rgb(254 254 254 / 0.7);
  border-right-color: rgb(254 254 254 / 0.7);
}
.border-x-grey-50\/75 {
  border-left-color: rgb(254 254 254 / 0.75);
  border-right-color: rgb(254 254 254 / 0.75);
}
.border-x-grey-50\/80 {
  border-left-color: rgb(254 254 254 / 0.8);
  border-right-color: rgb(254 254 254 / 0.8);
}
.border-x-grey-50\/90 {
  border-left-color: rgb(254 254 254 / 0.9);
  border-right-color: rgb(254 254 254 / 0.9);
}
.border-x-grey-50\/95 {
  border-left-color: rgb(254 254 254 / 0.95);
  border-right-color: rgb(254 254 254 / 0.95);
}
.border-x-grey-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 142 142 / var(--tw-border-opacity));
  border-right-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-x-grey-500\/0 {
  border-left-color: rgb(142 142 142 / 0);
  border-right-color: rgb(142 142 142 / 0);
}
.border-x-grey-500\/10 {
  border-left-color: rgb(142 142 142 / 0.1);
  border-right-color: rgb(142 142 142 / 0.1);
}
.border-x-grey-500\/100 {
  border-left-color: rgb(142 142 142 / 1);
  border-right-color: rgb(142 142 142 / 1);
}
.border-x-grey-500\/20 {
  border-left-color: rgb(142 142 142 / 0.2);
  border-right-color: rgb(142 142 142 / 0.2);
}
.border-x-grey-500\/25 {
  border-left-color: rgb(142 142 142 / 0.25);
  border-right-color: rgb(142 142 142 / 0.25);
}
.border-x-grey-500\/30 {
  border-left-color: rgb(142 142 142 / 0.3);
  border-right-color: rgb(142 142 142 / 0.3);
}
.border-x-grey-500\/40 {
  border-left-color: rgb(142 142 142 / 0.4);
  border-right-color: rgb(142 142 142 / 0.4);
}
.border-x-grey-500\/5 {
  border-left-color: rgb(142 142 142 / 0.05);
  border-right-color: rgb(142 142 142 / 0.05);
}
.border-x-grey-500\/50 {
  border-left-color: rgb(142 142 142 / 0.5);
  border-right-color: rgb(142 142 142 / 0.5);
}
.border-x-grey-500\/60 {
  border-left-color: rgb(142 142 142 / 0.6);
  border-right-color: rgb(142 142 142 / 0.6);
}
.border-x-grey-500\/70 {
  border-left-color: rgb(142 142 142 / 0.7);
  border-right-color: rgb(142 142 142 / 0.7);
}
.border-x-grey-500\/75 {
  border-left-color: rgb(142 142 142 / 0.75);
  border-right-color: rgb(142 142 142 / 0.75);
}
.border-x-grey-500\/80 {
  border-left-color: rgb(142 142 142 / 0.8);
  border-right-color: rgb(142 142 142 / 0.8);
}
.border-x-grey-500\/90 {
  border-left-color: rgb(142 142 142 / 0.9);
  border-right-color: rgb(142 142 142 / 0.9);
}
.border-x-grey-500\/95 {
  border-left-color: rgb(142 142 142 / 0.95);
  border-right-color: rgb(142 142 142 / 0.95);
}
.border-x-grey-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(111 111 111 / var(--tw-border-opacity));
  border-right-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-x-grey-600\/0 {
  border-left-color: rgb(111 111 111 / 0);
  border-right-color: rgb(111 111 111 / 0);
}
.border-x-grey-600\/10 {
  border-left-color: rgb(111 111 111 / 0.1);
  border-right-color: rgb(111 111 111 / 0.1);
}
.border-x-grey-600\/100 {
  border-left-color: rgb(111 111 111 / 1);
  border-right-color: rgb(111 111 111 / 1);
}
.border-x-grey-600\/20 {
  border-left-color: rgb(111 111 111 / 0.2);
  border-right-color: rgb(111 111 111 / 0.2);
}
.border-x-grey-600\/25 {
  border-left-color: rgb(111 111 111 / 0.25);
  border-right-color: rgb(111 111 111 / 0.25);
}
.border-x-grey-600\/30 {
  border-left-color: rgb(111 111 111 / 0.3);
  border-right-color: rgb(111 111 111 / 0.3);
}
.border-x-grey-600\/40 {
  border-left-color: rgb(111 111 111 / 0.4);
  border-right-color: rgb(111 111 111 / 0.4);
}
.border-x-grey-600\/5 {
  border-left-color: rgb(111 111 111 / 0.05);
  border-right-color: rgb(111 111 111 / 0.05);
}
.border-x-grey-600\/50 {
  border-left-color: rgb(111 111 111 / 0.5);
  border-right-color: rgb(111 111 111 / 0.5);
}
.border-x-grey-600\/60 {
  border-left-color: rgb(111 111 111 / 0.6);
  border-right-color: rgb(111 111 111 / 0.6);
}
.border-x-grey-600\/70 {
  border-left-color: rgb(111 111 111 / 0.7);
  border-right-color: rgb(111 111 111 / 0.7);
}
.border-x-grey-600\/75 {
  border-left-color: rgb(111 111 111 / 0.75);
  border-right-color: rgb(111 111 111 / 0.75);
}
.border-x-grey-600\/80 {
  border-left-color: rgb(111 111 111 / 0.8);
  border-right-color: rgb(111 111 111 / 0.8);
}
.border-x-grey-600\/90 {
  border-left-color: rgb(111 111 111 / 0.9);
  border-right-color: rgb(111 111 111 / 0.9);
}
.border-x-grey-600\/95 {
  border-left-color: rgb(111 111 111 / 0.95);
  border-right-color: rgb(111 111 111 / 0.95);
}
.border-x-grey-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-x-grey-700\/0 {
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}
.border-x-grey-700\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}
.border-x-grey-700\/100 {
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}
.border-x-grey-700\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}
.border-x-grey-700\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}
.border-x-grey-700\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}
.border-x-grey-700\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}
.border-x-grey-700\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}
.border-x-grey-700\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}
.border-x-grey-700\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}
.border-x-grey-700\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}
.border-x-grey-700\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}
.border-x-grey-700\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}
.border-x-grey-700\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}
.border-x-grey-700\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}
.border-x-grey-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(53 53 53 / var(--tw-border-opacity));
  border-right-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-x-grey-800\/0 {
  border-left-color: rgb(53 53 53 / 0);
  border-right-color: rgb(53 53 53 / 0);
}
.border-x-grey-800\/10 {
  border-left-color: rgb(53 53 53 / 0.1);
  border-right-color: rgb(53 53 53 / 0.1);
}
.border-x-grey-800\/100 {
  border-left-color: rgb(53 53 53 / 1);
  border-right-color: rgb(53 53 53 / 1);
}
.border-x-grey-800\/20 {
  border-left-color: rgb(53 53 53 / 0.2);
  border-right-color: rgb(53 53 53 / 0.2);
}
.border-x-grey-800\/25 {
  border-left-color: rgb(53 53 53 / 0.25);
  border-right-color: rgb(53 53 53 / 0.25);
}
.border-x-grey-800\/30 {
  border-left-color: rgb(53 53 53 / 0.3);
  border-right-color: rgb(53 53 53 / 0.3);
}
.border-x-grey-800\/40 {
  border-left-color: rgb(53 53 53 / 0.4);
  border-right-color: rgb(53 53 53 / 0.4);
}
.border-x-grey-800\/5 {
  border-left-color: rgb(53 53 53 / 0.05);
  border-right-color: rgb(53 53 53 / 0.05);
}
.border-x-grey-800\/50 {
  border-left-color: rgb(53 53 53 / 0.5);
  border-right-color: rgb(53 53 53 / 0.5);
}
.border-x-grey-800\/60 {
  border-left-color: rgb(53 53 53 / 0.6);
  border-right-color: rgb(53 53 53 / 0.6);
}
.border-x-grey-800\/70 {
  border-left-color: rgb(53 53 53 / 0.7);
  border-right-color: rgb(53 53 53 / 0.7);
}
.border-x-grey-800\/75 {
  border-left-color: rgb(53 53 53 / 0.75);
  border-right-color: rgb(53 53 53 / 0.75);
}
.border-x-grey-800\/80 {
  border-left-color: rgb(53 53 53 / 0.8);
  border-right-color: rgb(53 53 53 / 0.8);
}
.border-x-grey-800\/90 {
  border-left-color: rgb(53 53 53 / 0.9);
  border-right-color: rgb(53 53 53 / 0.9);
}
.border-x-grey-800\/95 {
  border-left-color: rgb(53 53 53 / 0.95);
  border-right-color: rgb(53 53 53 / 0.95);
}
.border-x-grey-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-x-grey-900\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-grey-900\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-grey-900\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-grey-900\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-grey-900\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-grey-900\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-grey-900\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-grey-900\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-grey-900\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-grey-900\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-grey-900\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-grey-900\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-grey-900\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-grey-900\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-grey-900\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}
.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\/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));
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}
.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\/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));
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}
.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\/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));
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}
.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\/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));
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}
.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\/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));
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}
.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\/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));
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}
.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\/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));
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}
.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\/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));
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}
.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\/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));
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}
.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\/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));
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}
.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\/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));
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}
.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\/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));
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}
.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\/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));
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}
.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\/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));
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}
.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\/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));
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}
.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\/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));
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}
.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\/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));
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}
.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\/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));
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}
.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\/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));
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}
.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\/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));
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}
.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\/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));
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}
.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\/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));
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}
.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\/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));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}
.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\/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));
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}
.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\/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));
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}
.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\/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));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.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\/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));
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}
.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\/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));
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}
.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\/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));
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}
.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\/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));
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}
.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\/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));
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}
.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\/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));
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}
.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\/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));
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}
.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\/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));
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}
.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\/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));
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}
.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\/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));
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}
.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\/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));
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}
.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\/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));
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}
.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\/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));
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}
.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\/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));
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}
.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\/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));
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}
.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\/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));
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}
.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\/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));
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}
.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\/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));
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}
.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\/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));
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}
.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\/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));
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}
.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\/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));
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}
.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\/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));
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(27 218 46 / var(--tw-border-opacity));
  border-right-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-x-primary-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 243 208 / var(--tw-border-opacity));
  border-right-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-x-primary-hover\/0 {
  border-left-color: rgb(205 243 208 / 0);
  border-right-color: rgb(205 243 208 / 0);
}
.border-x-primary-hover\/10 {
  border-left-color: rgb(205 243 208 / 0.1);
  border-right-color: rgb(205 243 208 / 0.1);
}
.border-x-primary-hover\/100 {
  border-left-color: rgb(205 243 208 / 1);
  border-right-color: rgb(205 243 208 / 1);
}
.border-x-primary-hover\/20 {
  border-left-color: rgb(205 243 208 / 0.2);
  border-right-color: rgb(205 243 208 / 0.2);
}
.border-x-primary-hover\/25 {
  border-left-color: rgb(205 243 208 / 0.25);
  border-right-color: rgb(205 243 208 / 0.25);
}
.border-x-primary-hover\/30 {
  border-left-color: rgb(205 243 208 / 0.3);
  border-right-color: rgb(205 243 208 / 0.3);
}
.border-x-primary-hover\/40 {
  border-left-color: rgb(205 243 208 / 0.4);
  border-right-color: rgb(205 243 208 / 0.4);
}
.border-x-primary-hover\/5 {
  border-left-color: rgb(205 243 208 / 0.05);
  border-right-color: rgb(205 243 208 / 0.05);
}
.border-x-primary-hover\/50 {
  border-left-color: rgb(205 243 208 / 0.5);
  border-right-color: rgb(205 243 208 / 0.5);
}
.border-x-primary-hover\/60 {
  border-left-color: rgb(205 243 208 / 0.6);
  border-right-color: rgb(205 243 208 / 0.6);
}
.border-x-primary-hover\/70 {
  border-left-color: rgb(205 243 208 / 0.7);
  border-right-color: rgb(205 243 208 / 0.7);
}
.border-x-primary-hover\/75 {
  border-left-color: rgb(205 243 208 / 0.75);
  border-right-color: rgb(205 243 208 / 0.75);
}
.border-x-primary-hover\/80 {
  border-left-color: rgb(205 243 208 / 0.8);
  border-right-color: rgb(205 243 208 / 0.8);
}
.border-x-primary-hover\/90 {
  border-left-color: rgb(205 243 208 / 0.9);
  border-right-color: rgb(205 243 208 / 0.9);
}
.border-x-primary-hover\/95 {
  border-left-color: rgb(205 243 208 / 0.95);
  border-right-color: rgb(205 243 208 / 0.95);
}
.border-x-primary\/0 {
  border-left-color: rgb(27 218 46 / 0);
  border-right-color: rgb(27 218 46 / 0);
}
.border-x-primary\/10 {
  border-left-color: rgb(27 218 46 / 0.1);
  border-right-color: rgb(27 218 46 / 0.1);
}
.border-x-primary\/100 {
  border-left-color: rgb(27 218 46 / 1);
  border-right-color: rgb(27 218 46 / 1);
}
.border-x-primary\/20 {
  border-left-color: rgb(27 218 46 / 0.2);
  border-right-color: rgb(27 218 46 / 0.2);
}
.border-x-primary\/25 {
  border-left-color: rgb(27 218 46 / 0.25);
  border-right-color: rgb(27 218 46 / 0.25);
}
.border-x-primary\/30 {
  border-left-color: rgb(27 218 46 / 0.3);
  border-right-color: rgb(27 218 46 / 0.3);
}
.border-x-primary\/40 {
  border-left-color: rgb(27 218 46 / 0.4);
  border-right-color: rgb(27 218 46 / 0.4);
}
.border-x-primary\/5 {
  border-left-color: rgb(27 218 46 / 0.05);
  border-right-color: rgb(27 218 46 / 0.05);
}
.border-x-primary\/50 {
  border-left-color: rgb(27 218 46 / 0.5);
  border-right-color: rgb(27 218 46 / 0.5);
}
.border-x-primary\/60 {
  border-left-color: rgb(27 218 46 / 0.6);
  border-right-color: rgb(27 218 46 / 0.6);
}
.border-x-primary\/70 {
  border-left-color: rgb(27 218 46 / 0.7);
  border-right-color: rgb(27 218 46 / 0.7);
}
.border-x-primary\/75 {
  border-left-color: rgb(27 218 46 / 0.75);
  border-right-color: rgb(27 218 46 / 0.75);
}
.border-x-primary\/80 {
  border-left-color: rgb(27 218 46 / 0.8);
  border-right-color: rgb(27 218 46 / 0.8);
}
.border-x-primary\/90 {
  border-left-color: rgb(27 218 46 / 0.9);
  border-right-color: rgb(27 218 46 / 0.9);
}
.border-x-primary\/95 {
  border-left-color: rgb(27 218 46 / 0.95);
  border-right-color: rgb(27 218 46 / 0.95);
}
.border-x-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}
.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\/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));
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}
.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\/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));
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}
.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\/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));
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}
.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\/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));
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}
.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\/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));
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}
.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\/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));
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}
.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\/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));
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}
.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\/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));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}
.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\/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));
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}
.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\/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));
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}
.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\/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));
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}
.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\/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));
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}
.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\/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));
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}
.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\/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));
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}
.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\/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));
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}
.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\/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));
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}
.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\/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));
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}
.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\/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));
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}
.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\/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));
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}
.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\/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));
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}
.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\/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));
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}
.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\/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));
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}
.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\/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));
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 243 208 / var(--tw-border-opacity));
  border-right-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-x-secondary\/0 {
  border-left-color: rgb(205 243 208 / 0);
  border-right-color: rgb(205 243 208 / 0);
}
.border-x-secondary\/10 {
  border-left-color: rgb(205 243 208 / 0.1);
  border-right-color: rgb(205 243 208 / 0.1);
}
.border-x-secondary\/100 {
  border-left-color: rgb(205 243 208 / 1);
  border-right-color: rgb(205 243 208 / 1);
}
.border-x-secondary\/20 {
  border-left-color: rgb(205 243 208 / 0.2);
  border-right-color: rgb(205 243 208 / 0.2);
}
.border-x-secondary\/25 {
  border-left-color: rgb(205 243 208 / 0.25);
  border-right-color: rgb(205 243 208 / 0.25);
}
.border-x-secondary\/30 {
  border-left-color: rgb(205 243 208 / 0.3);
  border-right-color: rgb(205 243 208 / 0.3);
}
.border-x-secondary\/40 {
  border-left-color: rgb(205 243 208 / 0.4);
  border-right-color: rgb(205 243 208 / 0.4);
}
.border-x-secondary\/5 {
  border-left-color: rgb(205 243 208 / 0.05);
  border-right-color: rgb(205 243 208 / 0.05);
}
.border-x-secondary\/50 {
  border-left-color: rgb(205 243 208 / 0.5);
  border-right-color: rgb(205 243 208 / 0.5);
}
.border-x-secondary\/60 {
  border-left-color: rgb(205 243 208 / 0.6);
  border-right-color: rgb(205 243 208 / 0.6);
}
.border-x-secondary\/70 {
  border-left-color: rgb(205 243 208 / 0.7);
  border-right-color: rgb(205 243 208 / 0.7);
}
.border-x-secondary\/75 {
  border-left-color: rgb(205 243 208 / 0.75);
  border-right-color: rgb(205 243 208 / 0.75);
}
.border-x-secondary\/80 {
  border-left-color: rgb(205 243 208 / 0.8);
  border-right-color: rgb(205 243 208 / 0.8);
}
.border-x-secondary\/90 {
  border-left-color: rgb(205 243 208 / 0.9);
  border-right-color: rgb(205 243 208 / 0.9);
}
.border-x-secondary\/95 {
  border-left-color: rgb(205 243 208 / 0.95);
  border-right-color: rgb(205 243 208 / 0.95);
}
.border-x-sky-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}
.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\/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));
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}
.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\/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));
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}
.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\/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));
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}
.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\/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));
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}
.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\/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));
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}
.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\/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));
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}
.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\/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));
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}
.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\/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));
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}
.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\/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));
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}
.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\/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));
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}
.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\/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));
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}
.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\/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));
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}
.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\/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));
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}
.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\/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));
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}
.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\/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));
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}
.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\/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));
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}
.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\/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));
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}
.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\/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));
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}
.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\/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));
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}
.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\/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));
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}
.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\/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));
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}
.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\/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));
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}
.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\/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));
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}
.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\/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));
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}
.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\/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));
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}
.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\/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));
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}
.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\/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));
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}
.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\/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));
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}
.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\/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));
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}
.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\/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));
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 230 184 / var(--tw-border-opacity));
  border-right-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-x-success-100\/0 {
  border-left-color: rgb(185 230 184 / 0);
  border-right-color: rgb(185 230 184 / 0);
}
.border-x-success-100\/10 {
  border-left-color: rgb(185 230 184 / 0.1);
  border-right-color: rgb(185 230 184 / 0.1);
}
.border-x-success-100\/100 {
  border-left-color: rgb(185 230 184 / 1);
  border-right-color: rgb(185 230 184 / 1);
}
.border-x-success-100\/20 {
  border-left-color: rgb(185 230 184 / 0.2);
  border-right-color: rgb(185 230 184 / 0.2);
}
.border-x-success-100\/25 {
  border-left-color: rgb(185 230 184 / 0.25);
  border-right-color: rgb(185 230 184 / 0.25);
}
.border-x-success-100\/30 {
  border-left-color: rgb(185 230 184 / 0.3);
  border-right-color: rgb(185 230 184 / 0.3);
}
.border-x-success-100\/40 {
  border-left-color: rgb(185 230 184 / 0.4);
  border-right-color: rgb(185 230 184 / 0.4);
}
.border-x-success-100\/5 {
  border-left-color: rgb(185 230 184 / 0.05);
  border-right-color: rgb(185 230 184 / 0.05);
}
.border-x-success-100\/50 {
  border-left-color: rgb(185 230 184 / 0.5);
  border-right-color: rgb(185 230 184 / 0.5);
}
.border-x-success-100\/60 {
  border-left-color: rgb(185 230 184 / 0.6);
  border-right-color: rgb(185 230 184 / 0.6);
}
.border-x-success-100\/70 {
  border-left-color: rgb(185 230 184 / 0.7);
  border-right-color: rgb(185 230 184 / 0.7);
}
.border-x-success-100\/75 {
  border-left-color: rgb(185 230 184 / 0.75);
  border-right-color: rgb(185 230 184 / 0.75);
}
.border-x-success-100\/80 {
  border-left-color: rgb(185 230 184 / 0.8);
  border-right-color: rgb(185 230 184 / 0.8);
}
.border-x-success-100\/90 {
  border-left-color: rgb(185 230 184 / 0.9);
  border-right-color: rgb(185 230 184 / 0.9);
}
.border-x-success-100\/95 {
  border-left-color: rgb(185 230 184 / 0.95);
  border-right-color: rgb(185 230 184 / 0.95);
}
.border-x-success-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 219 157 / var(--tw-border-opacity));
  border-right-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-x-success-200\/0 {
  border-left-color: rgb(159 219 157 / 0);
  border-right-color: rgb(159 219 157 / 0);
}
.border-x-success-200\/10 {
  border-left-color: rgb(159 219 157 / 0.1);
  border-right-color: rgb(159 219 157 / 0.1);
}
.border-x-success-200\/100 {
  border-left-color: rgb(159 219 157 / 1);
  border-right-color: rgb(159 219 157 / 1);
}
.border-x-success-200\/20 {
  border-left-color: rgb(159 219 157 / 0.2);
  border-right-color: rgb(159 219 157 / 0.2);
}
.border-x-success-200\/25 {
  border-left-color: rgb(159 219 157 / 0.25);
  border-right-color: rgb(159 219 157 / 0.25);
}
.border-x-success-200\/30 {
  border-left-color: rgb(159 219 157 / 0.3);
  border-right-color: rgb(159 219 157 / 0.3);
}
.border-x-success-200\/40 {
  border-left-color: rgb(159 219 157 / 0.4);
  border-right-color: rgb(159 219 157 / 0.4);
}
.border-x-success-200\/5 {
  border-left-color: rgb(159 219 157 / 0.05);
  border-right-color: rgb(159 219 157 / 0.05);
}
.border-x-success-200\/50 {
  border-left-color: rgb(159 219 157 / 0.5);
  border-right-color: rgb(159 219 157 / 0.5);
}
.border-x-success-200\/60 {
  border-left-color: rgb(159 219 157 / 0.6);
  border-right-color: rgb(159 219 157 / 0.6);
}
.border-x-success-200\/70 {
  border-left-color: rgb(159 219 157 / 0.7);
  border-right-color: rgb(159 219 157 / 0.7);
}
.border-x-success-200\/75 {
  border-left-color: rgb(159 219 157 / 0.75);
  border-right-color: rgb(159 219 157 / 0.75);
}
.border-x-success-200\/80 {
  border-left-color: rgb(159 219 157 / 0.8);
  border-right-color: rgb(159 219 157 / 0.8);
}
.border-x-success-200\/90 {
  border-left-color: rgb(159 219 157 / 0.9);
  border-right-color: rgb(159 219 157 / 0.9);
}
.border-x-success-200\/95 {
  border-left-color: rgb(159 219 157 / 0.95);
  border-right-color: rgb(159 219 157 / 0.95);
}
.border-x-success-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(106 197 103 / var(--tw-border-opacity));
  border-right-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-x-success-400\/0 {
  border-left-color: rgb(106 197 103 / 0);
  border-right-color: rgb(106 197 103 / 0);
}
.border-x-success-400\/10 {
  border-left-color: rgb(106 197 103 / 0.1);
  border-right-color: rgb(106 197 103 / 0.1);
}
.border-x-success-400\/100 {
  border-left-color: rgb(106 197 103 / 1);
  border-right-color: rgb(106 197 103 / 1);
}
.border-x-success-400\/20 {
  border-left-color: rgb(106 197 103 / 0.2);
  border-right-color: rgb(106 197 103 / 0.2);
}
.border-x-success-400\/25 {
  border-left-color: rgb(106 197 103 / 0.25);
  border-right-color: rgb(106 197 103 / 0.25);
}
.border-x-success-400\/30 {
  border-left-color: rgb(106 197 103 / 0.3);
  border-right-color: rgb(106 197 103 / 0.3);
}
.border-x-success-400\/40 {
  border-left-color: rgb(106 197 103 / 0.4);
  border-right-color: rgb(106 197 103 / 0.4);
}
.border-x-success-400\/5 {
  border-left-color: rgb(106 197 103 / 0.05);
  border-right-color: rgb(106 197 103 / 0.05);
}
.border-x-success-400\/50 {
  border-left-color: rgb(106 197 103 / 0.5);
  border-right-color: rgb(106 197 103 / 0.5);
}
.border-x-success-400\/60 {
  border-left-color: rgb(106 197 103 / 0.6);
  border-right-color: rgb(106 197 103 / 0.6);
}
.border-x-success-400\/70 {
  border-left-color: rgb(106 197 103 / 0.7);
  border-right-color: rgb(106 197 103 / 0.7);
}
.border-x-success-400\/75 {
  border-left-color: rgb(106 197 103 / 0.75);
  border-right-color: rgb(106 197 103 / 0.75);
}
.border-x-success-400\/80 {
  border-left-color: rgb(106 197 103 / 0.8);
  border-right-color: rgb(106 197 103 / 0.8);
}
.border-x-success-400\/90 {
  border-left-color: rgb(106 197 103 / 0.9);
  border-right-color: rgb(106 197 103 / 0.9);
}
.border-x-success-400\/95 {
  border-left-color: rgb(106 197 103 / 0.95);
  border-right-color: rgb(106 197 103 / 0.95);
}
.border-x-success-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 241 211 / var(--tw-border-opacity));
  border-right-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-x-success-50\/0 {
  border-left-color: rgb(212 241 211 / 0);
  border-right-color: rgb(212 241 211 / 0);
}
.border-x-success-50\/10 {
  border-left-color: rgb(212 241 211 / 0.1);
  border-right-color: rgb(212 241 211 / 0.1);
}
.border-x-success-50\/100 {
  border-left-color: rgb(212 241 211 / 1);
  border-right-color: rgb(212 241 211 / 1);
}
.border-x-success-50\/20 {
  border-left-color: rgb(212 241 211 / 0.2);
  border-right-color: rgb(212 241 211 / 0.2);
}
.border-x-success-50\/25 {
  border-left-color: rgb(212 241 211 / 0.25);
  border-right-color: rgb(212 241 211 / 0.25);
}
.border-x-success-50\/30 {
  border-left-color: rgb(212 241 211 / 0.3);
  border-right-color: rgb(212 241 211 / 0.3);
}
.border-x-success-50\/40 {
  border-left-color: rgb(212 241 211 / 0.4);
  border-right-color: rgb(212 241 211 / 0.4);
}
.border-x-success-50\/5 {
  border-left-color: rgb(212 241 211 / 0.05);
  border-right-color: rgb(212 241 211 / 0.05);
}
.border-x-success-50\/50 {
  border-left-color: rgb(212 241 211 / 0.5);
  border-right-color: rgb(212 241 211 / 0.5);
}
.border-x-success-50\/60 {
  border-left-color: rgb(212 241 211 / 0.6);
  border-right-color: rgb(212 241 211 / 0.6);
}
.border-x-success-50\/70 {
  border-left-color: rgb(212 241 211 / 0.7);
  border-right-color: rgb(212 241 211 / 0.7);
}
.border-x-success-50\/75 {
  border-left-color: rgb(212 241 211 / 0.75);
  border-right-color: rgb(212 241 211 / 0.75);
}
.border-x-success-50\/80 {
  border-left-color: rgb(212 241 211 / 0.8);
  border-right-color: rgb(212 241 211 / 0.8);
}
.border-x-success-50\/90 {
  border-left-color: rgb(212 241 211 / 0.9);
  border-right-color: rgb(212 241 211 / 0.9);
}
.border-x-success-50\/95 {
  border-left-color: rgb(212 241 211 / 0.95);
  border-right-color: rgb(212 241 211 / 0.95);
}
.border-x-success-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 175 49 / var(--tw-border-opacity));
  border-right-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-x-success-600\/0 {
  border-left-color: rgb(54 175 49 / 0);
  border-right-color: rgb(54 175 49 / 0);
}
.border-x-success-600\/10 {
  border-left-color: rgb(54 175 49 / 0.1);
  border-right-color: rgb(54 175 49 / 0.1);
}
.border-x-success-600\/100 {
  border-left-color: rgb(54 175 49 / 1);
  border-right-color: rgb(54 175 49 / 1);
}
.border-x-success-600\/20 {
  border-left-color: rgb(54 175 49 / 0.2);
  border-right-color: rgb(54 175 49 / 0.2);
}
.border-x-success-600\/25 {
  border-left-color: rgb(54 175 49 / 0.25);
  border-right-color: rgb(54 175 49 / 0.25);
}
.border-x-success-600\/30 {
  border-left-color: rgb(54 175 49 / 0.3);
  border-right-color: rgb(54 175 49 / 0.3);
}
.border-x-success-600\/40 {
  border-left-color: rgb(54 175 49 / 0.4);
  border-right-color: rgb(54 175 49 / 0.4);
}
.border-x-success-600\/5 {
  border-left-color: rgb(54 175 49 / 0.05);
  border-right-color: rgb(54 175 49 / 0.05);
}
.border-x-success-600\/50 {
  border-left-color: rgb(54 175 49 / 0.5);
  border-right-color: rgb(54 175 49 / 0.5);
}
.border-x-success-600\/60 {
  border-left-color: rgb(54 175 49 / 0.6);
  border-right-color: rgb(54 175 49 / 0.6);
}
.border-x-success-600\/70 {
  border-left-color: rgb(54 175 49 / 0.7);
  border-right-color: rgb(54 175 49 / 0.7);
}
.border-x-success-600\/75 {
  border-left-color: rgb(54 175 49 / 0.75);
  border-right-color: rgb(54 175 49 / 0.75);
}
.border-x-success-600\/80 {
  border-left-color: rgb(54 175 49 / 0.8);
  border-right-color: rgb(54 175 49 / 0.8);
}
.border-x-success-600\/90 {
  border-left-color: rgb(54 175 49 / 0.9);
  border-right-color: rgb(54 175 49 / 0.9);
}
.border-x-success-600\/95 {
  border-left-color: rgb(54 175 49 / 0.95);
  border-right-color: rgb(54 175 49 / 0.95);
}
.border-x-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}
.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\/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));
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}
.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\/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));
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}
.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\/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));
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}
.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\/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));
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}
.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\/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));
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}
.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\/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));
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}
.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\/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));
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}
.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\/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));
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}
.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\/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));
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}
.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\/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));
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 88 72 / var(--tw-border-opacity));
  border-right-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-x-tertiary-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(177 188 174 / var(--tw-border-opacity));
  border-right-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-x-tertiary-hover\/0 {
  border-left-color: rgb(177 188 174 / 0);
  border-right-color: rgb(177 188 174 / 0);
}
.border-x-tertiary-hover\/10 {
  border-left-color: rgb(177 188 174 / 0.1);
  border-right-color: rgb(177 188 174 / 0.1);
}
.border-x-tertiary-hover\/100 {
  border-left-color: rgb(177 188 174 / 1);
  border-right-color: rgb(177 188 174 / 1);
}
.border-x-tertiary-hover\/20 {
  border-left-color: rgb(177 188 174 / 0.2);
  border-right-color: rgb(177 188 174 / 0.2);
}
.border-x-tertiary-hover\/25 {
  border-left-color: rgb(177 188 174 / 0.25);
  border-right-color: rgb(177 188 174 / 0.25);
}
.border-x-tertiary-hover\/30 {
  border-left-color: rgb(177 188 174 / 0.3);
  border-right-color: rgb(177 188 174 / 0.3);
}
.border-x-tertiary-hover\/40 {
  border-left-color: rgb(177 188 174 / 0.4);
  border-right-color: rgb(177 188 174 / 0.4);
}
.border-x-tertiary-hover\/5 {
  border-left-color: rgb(177 188 174 / 0.05);
  border-right-color: rgb(177 188 174 / 0.05);
}
.border-x-tertiary-hover\/50 {
  border-left-color: rgb(177 188 174 / 0.5);
  border-right-color: rgb(177 188 174 / 0.5);
}
.border-x-tertiary-hover\/60 {
  border-left-color: rgb(177 188 174 / 0.6);
  border-right-color: rgb(177 188 174 / 0.6);
}
.border-x-tertiary-hover\/70 {
  border-left-color: rgb(177 188 174 / 0.7);
  border-right-color: rgb(177 188 174 / 0.7);
}
.border-x-tertiary-hover\/75 {
  border-left-color: rgb(177 188 174 / 0.75);
  border-right-color: rgb(177 188 174 / 0.75);
}
.border-x-tertiary-hover\/80 {
  border-left-color: rgb(177 188 174 / 0.8);
  border-right-color: rgb(177 188 174 / 0.8);
}
.border-x-tertiary-hover\/90 {
  border-left-color: rgb(177 188 174 / 0.9);
  border-right-color: rgb(177 188 174 / 0.9);
}
.border-x-tertiary-hover\/95 {
  border-left-color: rgb(177 188 174 / 0.95);
  border-right-color: rgb(177 188 174 / 0.95);
}
.border-x-tertiary\/0 {
  border-left-color: rgb(76 88 72 / 0);
  border-right-color: rgb(76 88 72 / 0);
}
.border-x-tertiary\/10 {
  border-left-color: rgb(76 88 72 / 0.1);
  border-right-color: rgb(76 88 72 / 0.1);
}
.border-x-tertiary\/100 {
  border-left-color: rgb(76 88 72 / 1);
  border-right-color: rgb(76 88 72 / 1);
}
.border-x-tertiary\/20 {
  border-left-color: rgb(76 88 72 / 0.2);
  border-right-color: rgb(76 88 72 / 0.2);
}
.border-x-tertiary\/25 {
  border-left-color: rgb(76 88 72 / 0.25);
  border-right-color: rgb(76 88 72 / 0.25);
}
.border-x-tertiary\/30 {
  border-left-color: rgb(76 88 72 / 0.3);
  border-right-color: rgb(76 88 72 / 0.3);
}
.border-x-tertiary\/40 {
  border-left-color: rgb(76 88 72 / 0.4);
  border-right-color: rgb(76 88 72 / 0.4);
}
.border-x-tertiary\/5 {
  border-left-color: rgb(76 88 72 / 0.05);
  border-right-color: rgb(76 88 72 / 0.05);
}
.border-x-tertiary\/50 {
  border-left-color: rgb(76 88 72 / 0.5);
  border-right-color: rgb(76 88 72 / 0.5);
}
.border-x-tertiary\/60 {
  border-left-color: rgb(76 88 72 / 0.6);
  border-right-color: rgb(76 88 72 / 0.6);
}
.border-x-tertiary\/70 {
  border-left-color: rgb(76 88 72 / 0.7);
  border-right-color: rgb(76 88 72 / 0.7);
}
.border-x-tertiary\/75 {
  border-left-color: rgb(76 88 72 / 0.75);
  border-right-color: rgb(76 88 72 / 0.75);
}
.border-x-tertiary\/80 {
  border-left-color: rgb(76 88 72 / 0.8);
  border-right-color: rgb(76 88 72 / 0.8);
}
.border-x-tertiary\/90 {
  border-left-color: rgb(76 88 72 / 0.9);
  border-right-color: rgb(76 88 72 / 0.9);
}
.border-x-tertiary\/95 {
  border-left-color: rgb(76 88 72 / 0.95);
  border-right-color: rgb(76 88 72 / 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\/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\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.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\/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));
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}
.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\/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));
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}
.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\/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));
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}
.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\/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));
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}
.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\/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));
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}
.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\/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));
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}
.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\/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));
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}
.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\/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));
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}
.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\/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));
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 225 177 / var(--tw-border-opacity));
  border-right-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-x-warning-100\/0 {
  border-left-color: rgb(230 225 177 / 0);
  border-right-color: rgb(230 225 177 / 0);
}
.border-x-warning-100\/10 {
  border-left-color: rgb(230 225 177 / 0.1);
  border-right-color: rgb(230 225 177 / 0.1);
}
.border-x-warning-100\/100 {
  border-left-color: rgb(230 225 177 / 1);
  border-right-color: rgb(230 225 177 / 1);
}
.border-x-warning-100\/20 {
  border-left-color: rgb(230 225 177 / 0.2);
  border-right-color: rgb(230 225 177 / 0.2);
}
.border-x-warning-100\/25 {
  border-left-color: rgb(230 225 177 / 0.25);
  border-right-color: rgb(230 225 177 / 0.25);
}
.border-x-warning-100\/30 {
  border-left-color: rgb(230 225 177 / 0.3);
  border-right-color: rgb(230 225 177 / 0.3);
}
.border-x-warning-100\/40 {
  border-left-color: rgb(230 225 177 / 0.4);
  border-right-color: rgb(230 225 177 / 0.4);
}
.border-x-warning-100\/5 {
  border-left-color: rgb(230 225 177 / 0.05);
  border-right-color: rgb(230 225 177 / 0.05);
}
.border-x-warning-100\/50 {
  border-left-color: rgb(230 225 177 / 0.5);
  border-right-color: rgb(230 225 177 / 0.5);
}
.border-x-warning-100\/60 {
  border-left-color: rgb(230 225 177 / 0.6);
  border-right-color: rgb(230 225 177 / 0.6);
}
.border-x-warning-100\/70 {
  border-left-color: rgb(230 225 177 / 0.7);
  border-right-color: rgb(230 225 177 / 0.7);
}
.border-x-warning-100\/75 {
  border-left-color: rgb(230 225 177 / 0.75);
  border-right-color: rgb(230 225 177 / 0.75);
}
.border-x-warning-100\/80 {
  border-left-color: rgb(230 225 177 / 0.8);
  border-right-color: rgb(230 225 177 / 0.8);
}
.border-x-warning-100\/90 {
  border-left-color: rgb(230 225 177 / 0.9);
  border-right-color: rgb(230 225 177 / 0.9);
}
.border-x-warning-100\/95 {
  border-left-color: rgb(230 225 177 / 0.95);
  border-right-color: rgb(230 225 177 / 0.95);
}
.border-x-warning-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 201 146 / var(--tw-border-opacity));
  border-right-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-x-warning-200\/0 {
  border-left-color: rgb(217 201 146 / 0);
  border-right-color: rgb(217 201 146 / 0);
}
.border-x-warning-200\/10 {
  border-left-color: rgb(217 201 146 / 0.1);
  border-right-color: rgb(217 201 146 / 0.1);
}
.border-x-warning-200\/100 {
  border-left-color: rgb(217 201 146 / 1);
  border-right-color: rgb(217 201 146 / 1);
}
.border-x-warning-200\/20 {
  border-left-color: rgb(217 201 146 / 0.2);
  border-right-color: rgb(217 201 146 / 0.2);
}
.border-x-warning-200\/25 {
  border-left-color: rgb(217 201 146 / 0.25);
  border-right-color: rgb(217 201 146 / 0.25);
}
.border-x-warning-200\/30 {
  border-left-color: rgb(217 201 146 / 0.3);
  border-right-color: rgb(217 201 146 / 0.3);
}
.border-x-warning-200\/40 {
  border-left-color: rgb(217 201 146 / 0.4);
  border-right-color: rgb(217 201 146 / 0.4);
}
.border-x-warning-200\/5 {
  border-left-color: rgb(217 201 146 / 0.05);
  border-right-color: rgb(217 201 146 / 0.05);
}
.border-x-warning-200\/50 {
  border-left-color: rgb(217 201 146 / 0.5);
  border-right-color: rgb(217 201 146 / 0.5);
}
.border-x-warning-200\/60 {
  border-left-color: rgb(217 201 146 / 0.6);
  border-right-color: rgb(217 201 146 / 0.6);
}
.border-x-warning-200\/70 {
  border-left-color: rgb(217 201 146 / 0.7);
  border-right-color: rgb(217 201 146 / 0.7);
}
.border-x-warning-200\/75 {
  border-left-color: rgb(217 201 146 / 0.75);
  border-right-color: rgb(217 201 146 / 0.75);
}
.border-x-warning-200\/80 {
  border-left-color: rgb(217 201 146 / 0.8);
  border-right-color: rgb(217 201 146 / 0.8);
}
.border-x-warning-200\/90 {
  border-left-color: rgb(217 201 146 / 0.9);
  border-right-color: rgb(217 201 146 / 0.9);
}
.border-x-warning-200\/95 {
  border-left-color: rgb(217 201 146 / 0.95);
  border-right-color: rgb(217 201 146 / 0.95);
}
.border-x-warning-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 168 100 / var(--tw-border-opacity));
  border-right-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-x-warning-400\/0 {
  border-left-color: rgb(198 168 100 / 0);
  border-right-color: rgb(198 168 100 / 0);
}
.border-x-warning-400\/10 {
  border-left-color: rgb(198 168 100 / 0.1);
  border-right-color: rgb(198 168 100 / 0.1);
}
.border-x-warning-400\/100 {
  border-left-color: rgb(198 168 100 / 1);
  border-right-color: rgb(198 168 100 / 1);
}
.border-x-warning-400\/20 {
  border-left-color: rgb(198 168 100 / 0.2);
  border-right-color: rgb(198 168 100 / 0.2);
}
.border-x-warning-400\/25 {
  border-left-color: rgb(198 168 100 / 0.25);
  border-right-color: rgb(198 168 100 / 0.25);
}
.border-x-warning-400\/30 {
  border-left-color: rgb(198 168 100 / 0.3);
  border-right-color: rgb(198 168 100 / 0.3);
}
.border-x-warning-400\/40 {
  border-left-color: rgb(198 168 100 / 0.4);
  border-right-color: rgb(198 168 100 / 0.4);
}
.border-x-warning-400\/5 {
  border-left-color: rgb(198 168 100 / 0.05);
  border-right-color: rgb(198 168 100 / 0.05);
}
.border-x-warning-400\/50 {
  border-left-color: rgb(198 168 100 / 0.5);
  border-right-color: rgb(198 168 100 / 0.5);
}
.border-x-warning-400\/60 {
  border-left-color: rgb(198 168 100 / 0.6);
  border-right-color: rgb(198 168 100 / 0.6);
}
.border-x-warning-400\/70 {
  border-left-color: rgb(198 168 100 / 0.7);
  border-right-color: rgb(198 168 100 / 0.7);
}
.border-x-warning-400\/75 {
  border-left-color: rgb(198 168 100 / 0.75);
  border-right-color: rgb(198 168 100 / 0.75);
}
.border-x-warning-400\/80 {
  border-left-color: rgb(198 168 100 / 0.8);
  border-right-color: rgb(198 168 100 / 0.8);
}
.border-x-warning-400\/90 {
  border-left-color: rgb(198 168 100 / 0.9);
  border-right-color: rgb(198 168 100 / 0.9);
}
.border-x-warning-400\/95 {
  border-left-color: rgb(198 168 100 / 0.95);
  border-right-color: rgb(198 168 100 / 0.95);
}
.border-x-warning-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 239 208 / var(--tw-border-opacity));
  border-right-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-x-warning-50\/0 {
  border-left-color: rgb(242 239 208 / 0);
  border-right-color: rgb(242 239 208 / 0);
}
.border-x-warning-50\/10 {
  border-left-color: rgb(242 239 208 / 0.1);
  border-right-color: rgb(242 239 208 / 0.1);
}
.border-x-warning-50\/100 {
  border-left-color: rgb(242 239 208 / 1);
  border-right-color: rgb(242 239 208 / 1);
}
.border-x-warning-50\/20 {
  border-left-color: rgb(242 239 208 / 0.2);
  border-right-color: rgb(242 239 208 / 0.2);
}
.border-x-warning-50\/25 {
  border-left-color: rgb(242 239 208 / 0.25);
  border-right-color: rgb(242 239 208 / 0.25);
}
.border-x-warning-50\/30 {
  border-left-color: rgb(242 239 208 / 0.3);
  border-right-color: rgb(242 239 208 / 0.3);
}
.border-x-warning-50\/40 {
  border-left-color: rgb(242 239 208 / 0.4);
  border-right-color: rgb(242 239 208 / 0.4);
}
.border-x-warning-50\/5 {
  border-left-color: rgb(242 239 208 / 0.05);
  border-right-color: rgb(242 239 208 / 0.05);
}
.border-x-warning-50\/50 {
  border-left-color: rgb(242 239 208 / 0.5);
  border-right-color: rgb(242 239 208 / 0.5);
}
.border-x-warning-50\/60 {
  border-left-color: rgb(242 239 208 / 0.6);
  border-right-color: rgb(242 239 208 / 0.6);
}
.border-x-warning-50\/70 {
  border-left-color: rgb(242 239 208 / 0.7);
  border-right-color: rgb(242 239 208 / 0.7);
}
.border-x-warning-50\/75 {
  border-left-color: rgb(242 239 208 / 0.75);
  border-right-color: rgb(242 239 208 / 0.75);
}
.border-x-warning-50\/80 {
  border-left-color: rgb(242 239 208 / 0.8);
  border-right-color: rgb(242 239 208 / 0.8);
}
.border-x-warning-50\/90 {
  border-left-color: rgb(242 239 208 / 0.9);
  border-right-color: rgb(242 239 208 / 0.9);
}
.border-x-warning-50\/95 {
  border-left-color: rgb(242 239 208 / 0.95);
  border-right-color: rgb(242 239 208 / 0.95);
}
.border-x-warning-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(179 134 54 / var(--tw-border-opacity));
  border-right-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-x-warning-600\/0 {
  border-left-color: rgb(179 134 54 / 0);
  border-right-color: rgb(179 134 54 / 0);
}
.border-x-warning-600\/10 {
  border-left-color: rgb(179 134 54 / 0.1);
  border-right-color: rgb(179 134 54 / 0.1);
}
.border-x-warning-600\/100 {
  border-left-color: rgb(179 134 54 / 1);
  border-right-color: rgb(179 134 54 / 1);
}
.border-x-warning-600\/20 {
  border-left-color: rgb(179 134 54 / 0.2);
  border-right-color: rgb(179 134 54 / 0.2);
}
.border-x-warning-600\/25 {
  border-left-color: rgb(179 134 54 / 0.25);
  border-right-color: rgb(179 134 54 / 0.25);
}
.border-x-warning-600\/30 {
  border-left-color: rgb(179 134 54 / 0.3);
  border-right-color: rgb(179 134 54 / 0.3);
}
.border-x-warning-600\/40 {
  border-left-color: rgb(179 134 54 / 0.4);
  border-right-color: rgb(179 134 54 / 0.4);
}
.border-x-warning-600\/5 {
  border-left-color: rgb(179 134 54 / 0.05);
  border-right-color: rgb(179 134 54 / 0.05);
}
.border-x-warning-600\/50 {
  border-left-color: rgb(179 134 54 / 0.5);
  border-right-color: rgb(179 134 54 / 0.5);
}
.border-x-warning-600\/60 {
  border-left-color: rgb(179 134 54 / 0.6);
  border-right-color: rgb(179 134 54 / 0.6);
}
.border-x-warning-600\/70 {
  border-left-color: rgb(179 134 54 / 0.7);
  border-right-color: rgb(179 134 54 / 0.7);
}
.border-x-warning-600\/75 {
  border-left-color: rgb(179 134 54 / 0.75);
  border-right-color: rgb(179 134 54 / 0.75);
}
.border-x-warning-600\/80 {
  border-left-color: rgb(179 134 54 / 0.8);
  border-right-color: rgb(179 134 54 / 0.8);
}
.border-x-warning-600\/90 {
  border-left-color: rgb(179 134 54 / 0.9);
  border-right-color: rgb(179 134 54 / 0.9);
}
.border-x-warning-600\/95 {
  border-left-color: rgb(179 134 54 / 0.95);
  border-right-color: rgb(179 134 54 / 0.95);
}
.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}
.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\/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));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}
.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\/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));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}
.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\/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));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}
.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\/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));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}
.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\/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));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}
.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\/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));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}
.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\/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));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}
.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\/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));
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}
.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\/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));
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}
.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\/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));
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}
.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\/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));
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}
.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\/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));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}
.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\/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));
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}
.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\/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));
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}
.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\/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));
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}
.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\/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));
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}
.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\/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));
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}
.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\/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));
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 230 184 / var(--tw-border-opacity));
  border-bottom-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-y-active-100\/0 {
  border-top-color: rgb(185 230 184 / 0);
  border-bottom-color: rgb(185 230 184 / 0);
}
.border-y-active-100\/10 {
  border-top-color: rgb(185 230 184 / 0.1);
  border-bottom-color: rgb(185 230 184 / 0.1);
}
.border-y-active-100\/100 {
  border-top-color: rgb(185 230 184 / 1);
  border-bottom-color: rgb(185 230 184 / 1);
}
.border-y-active-100\/20 {
  border-top-color: rgb(185 230 184 / 0.2);
  border-bottom-color: rgb(185 230 184 / 0.2);
}
.border-y-active-100\/25 {
  border-top-color: rgb(185 230 184 / 0.25);
  border-bottom-color: rgb(185 230 184 / 0.25);
}
.border-y-active-100\/30 {
  border-top-color: rgb(185 230 184 / 0.3);
  border-bottom-color: rgb(185 230 184 / 0.3);
}
.border-y-active-100\/40 {
  border-top-color: rgb(185 230 184 / 0.4);
  border-bottom-color: rgb(185 230 184 / 0.4);
}
.border-y-active-100\/5 {
  border-top-color: rgb(185 230 184 / 0.05);
  border-bottom-color: rgb(185 230 184 / 0.05);
}
.border-y-active-100\/50 {
  border-top-color: rgb(185 230 184 / 0.5);
  border-bottom-color: rgb(185 230 184 / 0.5);
}
.border-y-active-100\/60 {
  border-top-color: rgb(185 230 184 / 0.6);
  border-bottom-color: rgb(185 230 184 / 0.6);
}
.border-y-active-100\/70 {
  border-top-color: rgb(185 230 184 / 0.7);
  border-bottom-color: rgb(185 230 184 / 0.7);
}
.border-y-active-100\/75 {
  border-top-color: rgb(185 230 184 / 0.75);
  border-bottom-color: rgb(185 230 184 / 0.75);
}
.border-y-active-100\/80 {
  border-top-color: rgb(185 230 184 / 0.8);
  border-bottom-color: rgb(185 230 184 / 0.8);
}
.border-y-active-100\/90 {
  border-top-color: rgb(185 230 184 / 0.9);
  border-bottom-color: rgb(185 230 184 / 0.9);
}
.border-y-active-100\/95 {
  border-top-color: rgb(185 230 184 / 0.95);
  border-bottom-color: rgb(185 230 184 / 0.95);
}
.border-y-active-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 219 157 / var(--tw-border-opacity));
  border-bottom-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-y-active-200\/0 {
  border-top-color: rgb(159 219 157 / 0);
  border-bottom-color: rgb(159 219 157 / 0);
}
.border-y-active-200\/10 {
  border-top-color: rgb(159 219 157 / 0.1);
  border-bottom-color: rgb(159 219 157 / 0.1);
}
.border-y-active-200\/100 {
  border-top-color: rgb(159 219 157 / 1);
  border-bottom-color: rgb(159 219 157 / 1);
}
.border-y-active-200\/20 {
  border-top-color: rgb(159 219 157 / 0.2);
  border-bottom-color: rgb(159 219 157 / 0.2);
}
.border-y-active-200\/25 {
  border-top-color: rgb(159 219 157 / 0.25);
  border-bottom-color: rgb(159 219 157 / 0.25);
}
.border-y-active-200\/30 {
  border-top-color: rgb(159 219 157 / 0.3);
  border-bottom-color: rgb(159 219 157 / 0.3);
}
.border-y-active-200\/40 {
  border-top-color: rgb(159 219 157 / 0.4);
  border-bottom-color: rgb(159 219 157 / 0.4);
}
.border-y-active-200\/5 {
  border-top-color: rgb(159 219 157 / 0.05);
  border-bottom-color: rgb(159 219 157 / 0.05);
}
.border-y-active-200\/50 {
  border-top-color: rgb(159 219 157 / 0.5);
  border-bottom-color: rgb(159 219 157 / 0.5);
}
.border-y-active-200\/60 {
  border-top-color: rgb(159 219 157 / 0.6);
  border-bottom-color: rgb(159 219 157 / 0.6);
}
.border-y-active-200\/70 {
  border-top-color: rgb(159 219 157 / 0.7);
  border-bottom-color: rgb(159 219 157 / 0.7);
}
.border-y-active-200\/75 {
  border-top-color: rgb(159 219 157 / 0.75);
  border-bottom-color: rgb(159 219 157 / 0.75);
}
.border-y-active-200\/80 {
  border-top-color: rgb(159 219 157 / 0.8);
  border-bottom-color: rgb(159 219 157 / 0.8);
}
.border-y-active-200\/90 {
  border-top-color: rgb(159 219 157 / 0.9);
  border-bottom-color: rgb(159 219 157 / 0.9);
}
.border-y-active-200\/95 {
  border-top-color: rgb(159 219 157 / 0.95);
  border-bottom-color: rgb(159 219 157 / 0.95);
}
.border-y-active-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(106 197 103 / var(--tw-border-opacity));
  border-bottom-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-y-active-400\/0 {
  border-top-color: rgb(106 197 103 / 0);
  border-bottom-color: rgb(106 197 103 / 0);
}
.border-y-active-400\/10 {
  border-top-color: rgb(106 197 103 / 0.1);
  border-bottom-color: rgb(106 197 103 / 0.1);
}
.border-y-active-400\/100 {
  border-top-color: rgb(106 197 103 / 1);
  border-bottom-color: rgb(106 197 103 / 1);
}
.border-y-active-400\/20 {
  border-top-color: rgb(106 197 103 / 0.2);
  border-bottom-color: rgb(106 197 103 / 0.2);
}
.border-y-active-400\/25 {
  border-top-color: rgb(106 197 103 / 0.25);
  border-bottom-color: rgb(106 197 103 / 0.25);
}
.border-y-active-400\/30 {
  border-top-color: rgb(106 197 103 / 0.3);
  border-bottom-color: rgb(106 197 103 / 0.3);
}
.border-y-active-400\/40 {
  border-top-color: rgb(106 197 103 / 0.4);
  border-bottom-color: rgb(106 197 103 / 0.4);
}
.border-y-active-400\/5 {
  border-top-color: rgb(106 197 103 / 0.05);
  border-bottom-color: rgb(106 197 103 / 0.05);
}
.border-y-active-400\/50 {
  border-top-color: rgb(106 197 103 / 0.5);
  border-bottom-color: rgb(106 197 103 / 0.5);
}
.border-y-active-400\/60 {
  border-top-color: rgb(106 197 103 / 0.6);
  border-bottom-color: rgb(106 197 103 / 0.6);
}
.border-y-active-400\/70 {
  border-top-color: rgb(106 197 103 / 0.7);
  border-bottom-color: rgb(106 197 103 / 0.7);
}
.border-y-active-400\/75 {
  border-top-color: rgb(106 197 103 / 0.75);
  border-bottom-color: rgb(106 197 103 / 0.75);
}
.border-y-active-400\/80 {
  border-top-color: rgb(106 197 103 / 0.8);
  border-bottom-color: rgb(106 197 103 / 0.8);
}
.border-y-active-400\/90 {
  border-top-color: rgb(106 197 103 / 0.9);
  border-bottom-color: rgb(106 197 103 / 0.9);
}
.border-y-active-400\/95 {
  border-top-color: rgb(106 197 103 / 0.95);
  border-bottom-color: rgb(106 197 103 / 0.95);
}
.border-y-active-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 241 211 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-y-active-50\/0 {
  border-top-color: rgb(212 241 211 / 0);
  border-bottom-color: rgb(212 241 211 / 0);
}
.border-y-active-50\/10 {
  border-top-color: rgb(212 241 211 / 0.1);
  border-bottom-color: rgb(212 241 211 / 0.1);
}
.border-y-active-50\/100 {
  border-top-color: rgb(212 241 211 / 1);
  border-bottom-color: rgb(212 241 211 / 1);
}
.border-y-active-50\/20 {
  border-top-color: rgb(212 241 211 / 0.2);
  border-bottom-color: rgb(212 241 211 / 0.2);
}
.border-y-active-50\/25 {
  border-top-color: rgb(212 241 211 / 0.25);
  border-bottom-color: rgb(212 241 211 / 0.25);
}
.border-y-active-50\/30 {
  border-top-color: rgb(212 241 211 / 0.3);
  border-bottom-color: rgb(212 241 211 / 0.3);
}
.border-y-active-50\/40 {
  border-top-color: rgb(212 241 211 / 0.4);
  border-bottom-color: rgb(212 241 211 / 0.4);
}
.border-y-active-50\/5 {
  border-top-color: rgb(212 241 211 / 0.05);
  border-bottom-color: rgb(212 241 211 / 0.05);
}
.border-y-active-50\/50 {
  border-top-color: rgb(212 241 211 / 0.5);
  border-bottom-color: rgb(212 241 211 / 0.5);
}
.border-y-active-50\/60 {
  border-top-color: rgb(212 241 211 / 0.6);
  border-bottom-color: rgb(212 241 211 / 0.6);
}
.border-y-active-50\/70 {
  border-top-color: rgb(212 241 211 / 0.7);
  border-bottom-color: rgb(212 241 211 / 0.7);
}
.border-y-active-50\/75 {
  border-top-color: rgb(212 241 211 / 0.75);
  border-bottom-color: rgb(212 241 211 / 0.75);
}
.border-y-active-50\/80 {
  border-top-color: rgb(212 241 211 / 0.8);
  border-bottom-color: rgb(212 241 211 / 0.8);
}
.border-y-active-50\/90 {
  border-top-color: rgb(212 241 211 / 0.9);
  border-bottom-color: rgb(212 241 211 / 0.9);
}
.border-y-active-50\/95 {
  border-top-color: rgb(212 241 211 / 0.95);
  border-bottom-color: rgb(212 241 211 / 0.95);
}
.border-y-active-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 175 49 / var(--tw-border-opacity));
  border-bottom-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-y-active-600\/0 {
  border-top-color: rgb(54 175 49 / 0);
  border-bottom-color: rgb(54 175 49 / 0);
}
.border-y-active-600\/10 {
  border-top-color: rgb(54 175 49 / 0.1);
  border-bottom-color: rgb(54 175 49 / 0.1);
}
.border-y-active-600\/100 {
  border-top-color: rgb(54 175 49 / 1);
  border-bottom-color: rgb(54 175 49 / 1);
}
.border-y-active-600\/20 {
  border-top-color: rgb(54 175 49 / 0.2);
  border-bottom-color: rgb(54 175 49 / 0.2);
}
.border-y-active-600\/25 {
  border-top-color: rgb(54 175 49 / 0.25);
  border-bottom-color: rgb(54 175 49 / 0.25);
}
.border-y-active-600\/30 {
  border-top-color: rgb(54 175 49 / 0.3);
  border-bottom-color: rgb(54 175 49 / 0.3);
}
.border-y-active-600\/40 {
  border-top-color: rgb(54 175 49 / 0.4);
  border-bottom-color: rgb(54 175 49 / 0.4);
}
.border-y-active-600\/5 {
  border-top-color: rgb(54 175 49 / 0.05);
  border-bottom-color: rgb(54 175 49 / 0.05);
}
.border-y-active-600\/50 {
  border-top-color: rgb(54 175 49 / 0.5);
  border-bottom-color: rgb(54 175 49 / 0.5);
}
.border-y-active-600\/60 {
  border-top-color: rgb(54 175 49 / 0.6);
  border-bottom-color: rgb(54 175 49 / 0.6);
}
.border-y-active-600\/70 {
  border-top-color: rgb(54 175 49 / 0.7);
  border-bottom-color: rgb(54 175 49 / 0.7);
}
.border-y-active-600\/75 {
  border-top-color: rgb(54 175 49 / 0.75);
  border-bottom-color: rgb(54 175 49 / 0.75);
}
.border-y-active-600\/80 {
  border-top-color: rgb(54 175 49 / 0.8);
  border-bottom-color: rgb(54 175 49 / 0.8);
}
.border-y-active-600\/90 {
  border-top-color: rgb(54 175 49 / 0.9);
  border-bottom-color: rgb(54 175 49 / 0.9);
}
.border-y-active-600\/95 {
  border-top-color: rgb(54 175 49 / 0.95);
  border-bottom-color: rgb(54 175 49 / 0.95);
}
.border-y-amber-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-top-color: rgb(40 56 72 / var(--tw-border-opacity));
  border-bottom-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-y-blue-850\/0 {
  border-top-color: rgb(40 56 72 / 0);
  border-bottom-color: rgb(40 56 72 / 0);
}
.border-y-blue-850\/10 {
  border-top-color: rgb(40 56 72 / 0.1);
  border-bottom-color: rgb(40 56 72 / 0.1);
}
.border-y-blue-850\/100 {
  border-top-color: rgb(40 56 72 / 1);
  border-bottom-color: rgb(40 56 72 / 1);
}
.border-y-blue-850\/20 {
  border-top-color: rgb(40 56 72 / 0.2);
  border-bottom-color: rgb(40 56 72 / 0.2);
}
.border-y-blue-850\/25 {
  border-top-color: rgb(40 56 72 / 0.25);
  border-bottom-color: rgb(40 56 72 / 0.25);
}
.border-y-blue-850\/30 {
  border-top-color: rgb(40 56 72 / 0.3);
  border-bottom-color: rgb(40 56 72 / 0.3);
}
.border-y-blue-850\/40 {
  border-top-color: rgb(40 56 72 / 0.4);
  border-bottom-color: rgb(40 56 72 / 0.4);
}
.border-y-blue-850\/5 {
  border-top-color: rgb(40 56 72 / 0.05);
  border-bottom-color: rgb(40 56 72 / 0.05);
}
.border-y-blue-850\/50 {
  border-top-color: rgb(40 56 72 / 0.5);
  border-bottom-color: rgb(40 56 72 / 0.5);
}
.border-y-blue-850\/60 {
  border-top-color: rgb(40 56 72 / 0.6);
  border-bottom-color: rgb(40 56 72 / 0.6);
}
.border-y-blue-850\/70 {
  border-top-color: rgb(40 56 72 / 0.7);
  border-bottom-color: rgb(40 56 72 / 0.7);
}
.border-y-blue-850\/75 {
  border-top-color: rgb(40 56 72 / 0.75);
  border-bottom-color: rgb(40 56 72 / 0.75);
}
.border-y-blue-850\/80 {
  border-top-color: rgb(40 56 72 / 0.8);
  border-bottom-color: rgb(40 56 72 / 0.8);
}
.border-y-blue-850\/90 {
  border-top-color: rgb(40 56 72 / 0.9);
  border-bottom-color: rgb(40 56 72 / 0.9);
}
.border-y-blue-850\/95 {
  border-top-color: rgb(40 56 72 / 0.95);
  border-bottom-color: rgb(40 56 72 / 0.95);
}
.border-y-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 177 177 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-y-error-100\/0 {
  border-top-color: rgb(224 177 177 / 0);
  border-bottom-color: rgb(224 177 177 / 0);
}
.border-y-error-100\/10 {
  border-top-color: rgb(224 177 177 / 0.1);
  border-bottom-color: rgb(224 177 177 / 0.1);
}
.border-y-error-100\/100 {
  border-top-color: rgb(224 177 177 / 1);
  border-bottom-color: rgb(224 177 177 / 1);
}
.border-y-error-100\/20 {
  border-top-color: rgb(224 177 177 / 0.2);
  border-bottom-color: rgb(224 177 177 / 0.2);
}
.border-y-error-100\/25 {
  border-top-color: rgb(224 177 177 / 0.25);
  border-bottom-color: rgb(224 177 177 / 0.25);
}
.border-y-error-100\/30 {
  border-top-color: rgb(224 177 177 / 0.3);
  border-bottom-color: rgb(224 177 177 / 0.3);
}
.border-y-error-100\/40 {
  border-top-color: rgb(224 177 177 / 0.4);
  border-bottom-color: rgb(224 177 177 / 0.4);
}
.border-y-error-100\/5 {
  border-top-color: rgb(224 177 177 / 0.05);
  border-bottom-color: rgb(224 177 177 / 0.05);
}
.border-y-error-100\/50 {
  border-top-color: rgb(224 177 177 / 0.5);
  border-bottom-color: rgb(224 177 177 / 0.5);
}
.border-y-error-100\/60 {
  border-top-color: rgb(224 177 177 / 0.6);
  border-bottom-color: rgb(224 177 177 / 0.6);
}
.border-y-error-100\/70 {
  border-top-color: rgb(224 177 177 / 0.7);
  border-bottom-color: rgb(224 177 177 / 0.7);
}
.border-y-error-100\/75 {
  border-top-color: rgb(224 177 177 / 0.75);
  border-bottom-color: rgb(224 177 177 / 0.75);
}
.border-y-error-100\/80 {
  border-top-color: rgb(224 177 177 / 0.8);
  border-bottom-color: rgb(224 177 177 / 0.8);
}
.border-y-error-100\/90 {
  border-top-color: rgb(224 177 177 / 0.9);
  border-bottom-color: rgb(224 177 177 / 0.9);
}
.border-y-error-100\/95 {
  border-top-color: rgb(224 177 177 / 0.95);
  border-bottom-color: rgb(224 177 177 / 0.95);
}
.border-y-error-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(211 148 148 / var(--tw-border-opacity));
  border-bottom-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-y-error-200\/0 {
  border-top-color: rgb(211 148 148 / 0);
  border-bottom-color: rgb(211 148 148 / 0);
}
.border-y-error-200\/10 {
  border-top-color: rgb(211 148 148 / 0.1);
  border-bottom-color: rgb(211 148 148 / 0.1);
}
.border-y-error-200\/100 {
  border-top-color: rgb(211 148 148 / 1);
  border-bottom-color: rgb(211 148 148 / 1);
}
.border-y-error-200\/20 {
  border-top-color: rgb(211 148 148 / 0.2);
  border-bottom-color: rgb(211 148 148 / 0.2);
}
.border-y-error-200\/25 {
  border-top-color: rgb(211 148 148 / 0.25);
  border-bottom-color: rgb(211 148 148 / 0.25);
}
.border-y-error-200\/30 {
  border-top-color: rgb(211 148 148 / 0.3);
  border-bottom-color: rgb(211 148 148 / 0.3);
}
.border-y-error-200\/40 {
  border-top-color: rgb(211 148 148 / 0.4);
  border-bottom-color: rgb(211 148 148 / 0.4);
}
.border-y-error-200\/5 {
  border-top-color: rgb(211 148 148 / 0.05);
  border-bottom-color: rgb(211 148 148 / 0.05);
}
.border-y-error-200\/50 {
  border-top-color: rgb(211 148 148 / 0.5);
  border-bottom-color: rgb(211 148 148 / 0.5);
}
.border-y-error-200\/60 {
  border-top-color: rgb(211 148 148 / 0.6);
  border-bottom-color: rgb(211 148 148 / 0.6);
}
.border-y-error-200\/70 {
  border-top-color: rgb(211 148 148 / 0.7);
  border-bottom-color: rgb(211 148 148 / 0.7);
}
.border-y-error-200\/75 {
  border-top-color: rgb(211 148 148 / 0.75);
  border-bottom-color: rgb(211 148 148 / 0.75);
}
.border-y-error-200\/80 {
  border-top-color: rgb(211 148 148 / 0.8);
  border-bottom-color: rgb(211 148 148 / 0.8);
}
.border-y-error-200\/90 {
  border-top-color: rgb(211 148 148 / 0.9);
  border-bottom-color: rgb(211 148 148 / 0.9);
}
.border-y-error-200\/95 {
  border-top-color: rgb(211 148 148 / 0.95);
  border-bottom-color: rgb(211 148 148 / 0.95);
}
.border-y-error-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 103 103 / var(--tw-border-opacity));
  border-bottom-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-y-error-400\/0 {
  border-top-color: rgb(198 103 103 / 0);
  border-bottom-color: rgb(198 103 103 / 0);
}
.border-y-error-400\/10 {
  border-top-color: rgb(198 103 103 / 0.1);
  border-bottom-color: rgb(198 103 103 / 0.1);
}
.border-y-error-400\/100 {
  border-top-color: rgb(198 103 103 / 1);
  border-bottom-color: rgb(198 103 103 / 1);
}
.border-y-error-400\/20 {
  border-top-color: rgb(198 103 103 / 0.2);
  border-bottom-color: rgb(198 103 103 / 0.2);
}
.border-y-error-400\/25 {
  border-top-color: rgb(198 103 103 / 0.25);
  border-bottom-color: rgb(198 103 103 / 0.25);
}
.border-y-error-400\/30 {
  border-top-color: rgb(198 103 103 / 0.3);
  border-bottom-color: rgb(198 103 103 / 0.3);
}
.border-y-error-400\/40 {
  border-top-color: rgb(198 103 103 / 0.4);
  border-bottom-color: rgb(198 103 103 / 0.4);
}
.border-y-error-400\/5 {
  border-top-color: rgb(198 103 103 / 0.05);
  border-bottom-color: rgb(198 103 103 / 0.05);
}
.border-y-error-400\/50 {
  border-top-color: rgb(198 103 103 / 0.5);
  border-bottom-color: rgb(198 103 103 / 0.5);
}
.border-y-error-400\/60 {
  border-top-color: rgb(198 103 103 / 0.6);
  border-bottom-color: rgb(198 103 103 / 0.6);
}
.border-y-error-400\/70 {
  border-top-color: rgb(198 103 103 / 0.7);
  border-bottom-color: rgb(198 103 103 / 0.7);
}
.border-y-error-400\/75 {
  border-top-color: rgb(198 103 103 / 0.75);
  border-bottom-color: rgb(198 103 103 / 0.75);
}
.border-y-error-400\/80 {
  border-top-color: rgb(198 103 103 / 0.8);
  border-bottom-color: rgb(198 103 103 / 0.8);
}
.border-y-error-400\/90 {
  border-top-color: rgb(198 103 103 / 0.9);
  border-bottom-color: rgb(198 103 103 / 0.9);
}
.border-y-error-400\/95 {
  border-top-color: rgb(198 103 103 / 0.95);
  border-bottom-color: rgb(198 103 103 / 0.95);
}
.border-y-error-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 206 206 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-y-error-50\/0 {
  border-top-color: rgb(237 206 206 / 0);
  border-bottom-color: rgb(237 206 206 / 0);
}
.border-y-error-50\/10 {
  border-top-color: rgb(237 206 206 / 0.1);
  border-bottom-color: rgb(237 206 206 / 0.1);
}
.border-y-error-50\/100 {
  border-top-color: rgb(237 206 206 / 1);
  border-bottom-color: rgb(237 206 206 / 1);
}
.border-y-error-50\/20 {
  border-top-color: rgb(237 206 206 / 0.2);
  border-bottom-color: rgb(237 206 206 / 0.2);
}
.border-y-error-50\/25 {
  border-top-color: rgb(237 206 206 / 0.25);
  border-bottom-color: rgb(237 206 206 / 0.25);
}
.border-y-error-50\/30 {
  border-top-color: rgb(237 206 206 / 0.3);
  border-bottom-color: rgb(237 206 206 / 0.3);
}
.border-y-error-50\/40 {
  border-top-color: rgb(237 206 206 / 0.4);
  border-bottom-color: rgb(237 206 206 / 0.4);
}
.border-y-error-50\/5 {
  border-top-color: rgb(237 206 206 / 0.05);
  border-bottom-color: rgb(237 206 206 / 0.05);
}
.border-y-error-50\/50 {
  border-top-color: rgb(237 206 206 / 0.5);
  border-bottom-color: rgb(237 206 206 / 0.5);
}
.border-y-error-50\/60 {
  border-top-color: rgb(237 206 206 / 0.6);
  border-bottom-color: rgb(237 206 206 / 0.6);
}
.border-y-error-50\/70 {
  border-top-color: rgb(237 206 206 / 0.7);
  border-bottom-color: rgb(237 206 206 / 0.7);
}
.border-y-error-50\/75 {
  border-top-color: rgb(237 206 206 / 0.75);
  border-bottom-color: rgb(237 206 206 / 0.75);
}
.border-y-error-50\/80 {
  border-top-color: rgb(237 206 206 / 0.8);
  border-bottom-color: rgb(237 206 206 / 0.8);
}
.border-y-error-50\/90 {
  border-top-color: rgb(237 206 206 / 0.9);
  border-bottom-color: rgb(237 206 206 / 0.9);
}
.border-y-error-50\/95 {
  border-top-color: rgb(237 206 206 / 0.95);
  border-bottom-color: rgb(237 206 206 / 0.95);
}
.border-y-error-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 58 58 / var(--tw-border-opacity));
  border-bottom-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-y-error-600\/0 {
  border-top-color: rgb(185 58 58 / 0);
  border-bottom-color: rgb(185 58 58 / 0);
}
.border-y-error-600\/10 {
  border-top-color: rgb(185 58 58 / 0.1);
  border-bottom-color: rgb(185 58 58 / 0.1);
}
.border-y-error-600\/100 {
  border-top-color: rgb(185 58 58 / 1);
  border-bottom-color: rgb(185 58 58 / 1);
}
.border-y-error-600\/20 {
  border-top-color: rgb(185 58 58 / 0.2);
  border-bottom-color: rgb(185 58 58 / 0.2);
}
.border-y-error-600\/25 {
  border-top-color: rgb(185 58 58 / 0.25);
  border-bottom-color: rgb(185 58 58 / 0.25);
}
.border-y-error-600\/30 {
  border-top-color: rgb(185 58 58 / 0.3);
  border-bottom-color: rgb(185 58 58 / 0.3);
}
.border-y-error-600\/40 {
  border-top-color: rgb(185 58 58 / 0.4);
  border-bottom-color: rgb(185 58 58 / 0.4);
}
.border-y-error-600\/5 {
  border-top-color: rgb(185 58 58 / 0.05);
  border-bottom-color: rgb(185 58 58 / 0.05);
}
.border-y-error-600\/50 {
  border-top-color: rgb(185 58 58 / 0.5);
  border-bottom-color: rgb(185 58 58 / 0.5);
}
.border-y-error-600\/60 {
  border-top-color: rgb(185 58 58 / 0.6);
  border-bottom-color: rgb(185 58 58 / 0.6);
}
.border-y-error-600\/70 {
  border-top-color: rgb(185 58 58 / 0.7);
  border-bottom-color: rgb(185 58 58 / 0.7);
}
.border-y-error-600\/75 {
  border-top-color: rgb(185 58 58 / 0.75);
  border-bottom-color: rgb(185 58 58 / 0.75);
}
.border-y-error-600\/80 {
  border-top-color: rgb(185 58 58 / 0.8);
  border-bottom-color: rgb(185 58 58 / 0.8);
}
.border-y-error-600\/90 {
  border-top-color: rgb(185 58 58 / 0.9);
  border-bottom-color: rgb(185 58 58 / 0.9);
}
.border-y-error-600\/95 {
  border-top-color: rgb(185 58 58 / 0.95);
  border-bottom-color: rgb(185 58 58 / 0.95);
}
.border-y-fuchsia-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-top-color: rgb(73 89 70 / var(--tw-border-opacity));
  border-bottom-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-y-green-850\/0 {
  border-top-color: rgb(73 89 70 / 0);
  border-bottom-color: rgb(73 89 70 / 0);
}
.border-y-green-850\/10 {
  border-top-color: rgb(73 89 70 / 0.1);
  border-bottom-color: rgb(73 89 70 / 0.1);
}
.border-y-green-850\/100 {
  border-top-color: rgb(73 89 70 / 1);
  border-bottom-color: rgb(73 89 70 / 1);
}
.border-y-green-850\/20 {
  border-top-color: rgb(73 89 70 / 0.2);
  border-bottom-color: rgb(73 89 70 / 0.2);
}
.border-y-green-850\/25 {
  border-top-color: rgb(73 89 70 / 0.25);
  border-bottom-color: rgb(73 89 70 / 0.25);
}
.border-y-green-850\/30 {
  border-top-color: rgb(73 89 70 / 0.3);
  border-bottom-color: rgb(73 89 70 / 0.3);
}
.border-y-green-850\/40 {
  border-top-color: rgb(73 89 70 / 0.4);
  border-bottom-color: rgb(73 89 70 / 0.4);
}
.border-y-green-850\/5 {
  border-top-color: rgb(73 89 70 / 0.05);
  border-bottom-color: rgb(73 89 70 / 0.05);
}
.border-y-green-850\/50 {
  border-top-color: rgb(73 89 70 / 0.5);
  border-bottom-color: rgb(73 89 70 / 0.5);
}
.border-y-green-850\/60 {
  border-top-color: rgb(73 89 70 / 0.6);
  border-bottom-color: rgb(73 89 70 / 0.6);
}
.border-y-green-850\/70 {
  border-top-color: rgb(73 89 70 / 0.7);
  border-bottom-color: rgb(73 89 70 / 0.7);
}
.border-y-green-850\/75 {
  border-top-color: rgb(73 89 70 / 0.75);
  border-bottom-color: rgb(73 89 70 / 0.75);
}
.border-y-green-850\/80 {
  border-top-color: rgb(73 89 70 / 0.8);
  border-bottom-color: rgb(73 89 70 / 0.8);
}
.border-y-green-850\/90 {
  border-top-color: rgb(73 89 70 / 0.9);
  border-bottom-color: rgb(73 89 70 / 0.9);
}
.border-y-green-850\/95 {
  border-top-color: rgb(73 89 70 / 0.95);
  border-bottom-color: rgb(73 89 70 / 0.95);
}
.border-y-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-y-grey-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}
.border-y-grey-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.border-y-grey-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}
.border-y-grey-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.border-y-grey-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.border-y-grey-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.border-y-grey-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.border-y-grey-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.border-y-grey-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.border-y-grey-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.border-y-grey-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.border-y-grey-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.border-y-grey-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.border-y-grey-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.border-y-grey-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.border-y-grey-125 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 235 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-y-grey-125\/0 {
  border-top-color: rgb(237 235 235 / 0);
  border-bottom-color: rgb(237 235 235 / 0);
}
.border-y-grey-125\/10 {
  border-top-color: rgb(237 235 235 / 0.1);
  border-bottom-color: rgb(237 235 235 / 0.1);
}
.border-y-grey-125\/100 {
  border-top-color: rgb(237 235 235 / 1);
  border-bottom-color: rgb(237 235 235 / 1);
}
.border-y-grey-125\/20 {
  border-top-color: rgb(237 235 235 / 0.2);
  border-bottom-color: rgb(237 235 235 / 0.2);
}
.border-y-grey-125\/25 {
  border-top-color: rgb(237 235 235 / 0.25);
  border-bottom-color: rgb(237 235 235 / 0.25);
}
.border-y-grey-125\/30 {
  border-top-color: rgb(237 235 235 / 0.3);
  border-bottom-color: rgb(237 235 235 / 0.3);
}
.border-y-grey-125\/40 {
  border-top-color: rgb(237 235 235 / 0.4);
  border-bottom-color: rgb(237 235 235 / 0.4);
}
.border-y-grey-125\/5 {
  border-top-color: rgb(237 235 235 / 0.05);
  border-bottom-color: rgb(237 235 235 / 0.05);
}
.border-y-grey-125\/50 {
  border-top-color: rgb(237 235 235 / 0.5);
  border-bottom-color: rgb(237 235 235 / 0.5);
}
.border-y-grey-125\/60 {
  border-top-color: rgb(237 235 235 / 0.6);
  border-bottom-color: rgb(237 235 235 / 0.6);
}
.border-y-grey-125\/70 {
  border-top-color: rgb(237 235 235 / 0.7);
  border-bottom-color: rgb(237 235 235 / 0.7);
}
.border-y-grey-125\/75 {
  border-top-color: rgb(237 235 235 / 0.75);
  border-bottom-color: rgb(237 235 235 / 0.75);
}
.border-y-grey-125\/80 {
  border-top-color: rgb(237 235 235 / 0.8);
  border-bottom-color: rgb(237 235 235 / 0.8);
}
.border-y-grey-125\/90 {
  border-top-color: rgb(237 235 235 / 0.9);
  border-bottom-color: rgb(237 235 235 / 0.9);
}
.border-y-grey-125\/95 {
  border-top-color: rgb(237 235 235 / 0.95);
  border-bottom-color: rgb(237 235 235 / 0.95);
}
.border-y-grey-150 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 220 220 / var(--tw-border-opacity));
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-y-grey-150\/0 {
  border-top-color: rgb(220 220 220 / 0);
  border-bottom-color: rgb(220 220 220 / 0);
}
.border-y-grey-150\/10 {
  border-top-color: rgb(220 220 220 / 0.1);
  border-bottom-color: rgb(220 220 220 / 0.1);
}
.border-y-grey-150\/100 {
  border-top-color: rgb(220 220 220 / 1);
  border-bottom-color: rgb(220 220 220 / 1);
}
.border-y-grey-150\/20 {
  border-top-color: rgb(220 220 220 / 0.2);
  border-bottom-color: rgb(220 220 220 / 0.2);
}
.border-y-grey-150\/25 {
  border-top-color: rgb(220 220 220 / 0.25);
  border-bottom-color: rgb(220 220 220 / 0.25);
}
.border-y-grey-150\/30 {
  border-top-color: rgb(220 220 220 / 0.3);
  border-bottom-color: rgb(220 220 220 / 0.3);
}
.border-y-grey-150\/40 {
  border-top-color: rgb(220 220 220 / 0.4);
  border-bottom-color: rgb(220 220 220 / 0.4);
}
.border-y-grey-150\/5 {
  border-top-color: rgb(220 220 220 / 0.05);
  border-bottom-color: rgb(220 220 220 / 0.05);
}
.border-y-grey-150\/50 {
  border-top-color: rgb(220 220 220 / 0.5);
  border-bottom-color: rgb(220 220 220 / 0.5);
}
.border-y-grey-150\/60 {
  border-top-color: rgb(220 220 220 / 0.6);
  border-bottom-color: rgb(220 220 220 / 0.6);
}
.border-y-grey-150\/70 {
  border-top-color: rgb(220 220 220 / 0.7);
  border-bottom-color: rgb(220 220 220 / 0.7);
}
.border-y-grey-150\/75 {
  border-top-color: rgb(220 220 220 / 0.75);
  border-bottom-color: rgb(220 220 220 / 0.75);
}
.border-y-grey-150\/80 {
  border-top-color: rgb(220 220 220 / 0.8);
  border-bottom-color: rgb(220 220 220 / 0.8);
}
.border-y-grey-150\/90 {
  border-top-color: rgb(220 220 220 / 0.9);
  border-bottom-color: rgb(220 220 220 / 0.9);
}
.border-y-grey-150\/95 {
  border-top-color: rgb(220 220 220 / 0.95);
  border-bottom-color: rgb(220 220 220 / 0.95);
}
.border-y-grey-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(201 201 201 / var(--tw-border-opacity));
  border-bottom-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-y-grey-200\/0 {
  border-top-color: rgb(201 201 201 / 0);
  border-bottom-color: rgb(201 201 201 / 0);
}
.border-y-grey-200\/10 {
  border-top-color: rgb(201 201 201 / 0.1);
  border-bottom-color: rgb(201 201 201 / 0.1);
}
.border-y-grey-200\/100 {
  border-top-color: rgb(201 201 201 / 1);
  border-bottom-color: rgb(201 201 201 / 1);
}
.border-y-grey-200\/20 {
  border-top-color: rgb(201 201 201 / 0.2);
  border-bottom-color: rgb(201 201 201 / 0.2);
}
.border-y-grey-200\/25 {
  border-top-color: rgb(201 201 201 / 0.25);
  border-bottom-color: rgb(201 201 201 / 0.25);
}
.border-y-grey-200\/30 {
  border-top-color: rgb(201 201 201 / 0.3);
  border-bottom-color: rgb(201 201 201 / 0.3);
}
.border-y-grey-200\/40 {
  border-top-color: rgb(201 201 201 / 0.4);
  border-bottom-color: rgb(201 201 201 / 0.4);
}
.border-y-grey-200\/5 {
  border-top-color: rgb(201 201 201 / 0.05);
  border-bottom-color: rgb(201 201 201 / 0.05);
}
.border-y-grey-200\/50 {
  border-top-color: rgb(201 201 201 / 0.5);
  border-bottom-color: rgb(201 201 201 / 0.5);
}
.border-y-grey-200\/60 {
  border-top-color: rgb(201 201 201 / 0.6);
  border-bottom-color: rgb(201 201 201 / 0.6);
}
.border-y-grey-200\/70 {
  border-top-color: rgb(201 201 201 / 0.7);
  border-bottom-color: rgb(201 201 201 / 0.7);
}
.border-y-grey-200\/75 {
  border-top-color: rgb(201 201 201 / 0.75);
  border-bottom-color: rgb(201 201 201 / 0.75);
}
.border-y-grey-200\/80 {
  border-top-color: rgb(201 201 201 / 0.8);
  border-bottom-color: rgb(201 201 201 / 0.8);
}
.border-y-grey-200\/90 {
  border-top-color: rgb(201 201 201 / 0.9);
  border-bottom-color: rgb(201 201 201 / 0.9);
}
.border-y-grey-200\/95 {
  border-top-color: rgb(201 201 201 / 0.95);
  border-bottom-color: rgb(201 201 201 / 0.95);
}
.border-y-grey-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(183 183 183 / var(--tw-border-opacity));
  border-bottom-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-y-grey-300\/0 {
  border-top-color: rgb(183 183 183 / 0);
  border-bottom-color: rgb(183 183 183 / 0);
}
.border-y-grey-300\/10 {
  border-top-color: rgb(183 183 183 / 0.1);
  border-bottom-color: rgb(183 183 183 / 0.1);
}
.border-y-grey-300\/100 {
  border-top-color: rgb(183 183 183 / 1);
  border-bottom-color: rgb(183 183 183 / 1);
}
.border-y-grey-300\/20 {
  border-top-color: rgb(183 183 183 / 0.2);
  border-bottom-color: rgb(183 183 183 / 0.2);
}
.border-y-grey-300\/25 {
  border-top-color: rgb(183 183 183 / 0.25);
  border-bottom-color: rgb(183 183 183 / 0.25);
}
.border-y-grey-300\/30 {
  border-top-color: rgb(183 183 183 / 0.3);
  border-bottom-color: rgb(183 183 183 / 0.3);
}
.border-y-grey-300\/40 {
  border-top-color: rgb(183 183 183 / 0.4);
  border-bottom-color: rgb(183 183 183 / 0.4);
}
.border-y-grey-300\/5 {
  border-top-color: rgb(183 183 183 / 0.05);
  border-bottom-color: rgb(183 183 183 / 0.05);
}
.border-y-grey-300\/50 {
  border-top-color: rgb(183 183 183 / 0.5);
  border-bottom-color: rgb(183 183 183 / 0.5);
}
.border-y-grey-300\/60 {
  border-top-color: rgb(183 183 183 / 0.6);
  border-bottom-color: rgb(183 183 183 / 0.6);
}
.border-y-grey-300\/70 {
  border-top-color: rgb(183 183 183 / 0.7);
  border-bottom-color: rgb(183 183 183 / 0.7);
}
.border-y-grey-300\/75 {
  border-top-color: rgb(183 183 183 / 0.75);
  border-bottom-color: rgb(183 183 183 / 0.75);
}
.border-y-grey-300\/80 {
  border-top-color: rgb(183 183 183 / 0.8);
  border-bottom-color: rgb(183 183 183 / 0.8);
}
.border-y-grey-300\/90 {
  border-top-color: rgb(183 183 183 / 0.9);
  border-bottom-color: rgb(183 183 183 / 0.9);
}
.border-y-grey-300\/95 {
  border-top-color: rgb(183 183 183 / 0.95);
  border-bottom-color: rgb(183 183 183 / 0.95);
}
.border-y-grey-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(218 218 218 / var(--tw-border-opacity));
  border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-y-grey-400\/0 {
  border-top-color: rgb(218 218 218 / 0);
  border-bottom-color: rgb(218 218 218 / 0);
}
.border-y-grey-400\/10 {
  border-top-color: rgb(218 218 218 / 0.1);
  border-bottom-color: rgb(218 218 218 / 0.1);
}
.border-y-grey-400\/100 {
  border-top-color: rgb(218 218 218 / 1);
  border-bottom-color: rgb(218 218 218 / 1);
}
.border-y-grey-400\/20 {
  border-top-color: rgb(218 218 218 / 0.2);
  border-bottom-color: rgb(218 218 218 / 0.2);
}
.border-y-grey-400\/25 {
  border-top-color: rgb(218 218 218 / 0.25);
  border-bottom-color: rgb(218 218 218 / 0.25);
}
.border-y-grey-400\/30 {
  border-top-color: rgb(218 218 218 / 0.3);
  border-bottom-color: rgb(218 218 218 / 0.3);
}
.border-y-grey-400\/40 {
  border-top-color: rgb(218 218 218 / 0.4);
  border-bottom-color: rgb(218 218 218 / 0.4);
}
.border-y-grey-400\/5 {
  border-top-color: rgb(218 218 218 / 0.05);
  border-bottom-color: rgb(218 218 218 / 0.05);
}
.border-y-grey-400\/50 {
  border-top-color: rgb(218 218 218 / 0.5);
  border-bottom-color: rgb(218 218 218 / 0.5);
}
.border-y-grey-400\/60 {
  border-top-color: rgb(218 218 218 / 0.6);
  border-bottom-color: rgb(218 218 218 / 0.6);
}
.border-y-grey-400\/70 {
  border-top-color: rgb(218 218 218 / 0.7);
  border-bottom-color: rgb(218 218 218 / 0.7);
}
.border-y-grey-400\/75 {
  border-top-color: rgb(218 218 218 / 0.75);
  border-bottom-color: rgb(218 218 218 / 0.75);
}
.border-y-grey-400\/80 {
  border-top-color: rgb(218 218 218 / 0.8);
  border-bottom-color: rgb(218 218 218 / 0.8);
}
.border-y-grey-400\/90 {
  border-top-color: rgb(218 218 218 / 0.9);
  border-bottom-color: rgb(218 218 218 / 0.9);
}
.border-y-grey-400\/95 {
  border-top-color: rgb(218 218 218 / 0.95);
  border-bottom-color: rgb(218 218 218 / 0.95);
}
.border-y-grey-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 254 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-y-grey-50\/0 {
  border-top-color: rgb(254 254 254 / 0);
  border-bottom-color: rgb(254 254 254 / 0);
}
.border-y-grey-50\/10 {
  border-top-color: rgb(254 254 254 / 0.1);
  border-bottom-color: rgb(254 254 254 / 0.1);
}
.border-y-grey-50\/100 {
  border-top-color: rgb(254 254 254 / 1);
  border-bottom-color: rgb(254 254 254 / 1);
}
.border-y-grey-50\/20 {
  border-top-color: rgb(254 254 254 / 0.2);
  border-bottom-color: rgb(254 254 254 / 0.2);
}
.border-y-grey-50\/25 {
  border-top-color: rgb(254 254 254 / 0.25);
  border-bottom-color: rgb(254 254 254 / 0.25);
}
.border-y-grey-50\/30 {
  border-top-color: rgb(254 254 254 / 0.3);
  border-bottom-color: rgb(254 254 254 / 0.3);
}
.border-y-grey-50\/40 {
  border-top-color: rgb(254 254 254 / 0.4);
  border-bottom-color: rgb(254 254 254 / 0.4);
}
.border-y-grey-50\/5 {
  border-top-color: rgb(254 254 254 / 0.05);
  border-bottom-color: rgb(254 254 254 / 0.05);
}
.border-y-grey-50\/50 {
  border-top-color: rgb(254 254 254 / 0.5);
  border-bottom-color: rgb(254 254 254 / 0.5);
}
.border-y-grey-50\/60 {
  border-top-color: rgb(254 254 254 / 0.6);
  border-bottom-color: rgb(254 254 254 / 0.6);
}
.border-y-grey-50\/70 {
  border-top-color: rgb(254 254 254 / 0.7);
  border-bottom-color: rgb(254 254 254 / 0.7);
}
.border-y-grey-50\/75 {
  border-top-color: rgb(254 254 254 / 0.75);
  border-bottom-color: rgb(254 254 254 / 0.75);
}
.border-y-grey-50\/80 {
  border-top-color: rgb(254 254 254 / 0.8);
  border-bottom-color: rgb(254 254 254 / 0.8);
}
.border-y-grey-50\/90 {
  border-top-color: rgb(254 254 254 / 0.9);
  border-bottom-color: rgb(254 254 254 / 0.9);
}
.border-y-grey-50\/95 {
  border-top-color: rgb(254 254 254 / 0.95);
  border-bottom-color: rgb(254 254 254 / 0.95);
}
.border-y-grey-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 142 142 / var(--tw-border-opacity));
  border-bottom-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-y-grey-500\/0 {
  border-top-color: rgb(142 142 142 / 0);
  border-bottom-color: rgb(142 142 142 / 0);
}
.border-y-grey-500\/10 {
  border-top-color: rgb(142 142 142 / 0.1);
  border-bottom-color: rgb(142 142 142 / 0.1);
}
.border-y-grey-500\/100 {
  border-top-color: rgb(142 142 142 / 1);
  border-bottom-color: rgb(142 142 142 / 1);
}
.border-y-grey-500\/20 {
  border-top-color: rgb(142 142 142 / 0.2);
  border-bottom-color: rgb(142 142 142 / 0.2);
}
.border-y-grey-500\/25 {
  border-top-color: rgb(142 142 142 / 0.25);
  border-bottom-color: rgb(142 142 142 / 0.25);
}
.border-y-grey-500\/30 {
  border-top-color: rgb(142 142 142 / 0.3);
  border-bottom-color: rgb(142 142 142 / 0.3);
}
.border-y-grey-500\/40 {
  border-top-color: rgb(142 142 142 / 0.4);
  border-bottom-color: rgb(142 142 142 / 0.4);
}
.border-y-grey-500\/5 {
  border-top-color: rgb(142 142 142 / 0.05);
  border-bottom-color: rgb(142 142 142 / 0.05);
}
.border-y-grey-500\/50 {
  border-top-color: rgb(142 142 142 / 0.5);
  border-bottom-color: rgb(142 142 142 / 0.5);
}
.border-y-grey-500\/60 {
  border-top-color: rgb(142 142 142 / 0.6);
  border-bottom-color: rgb(142 142 142 / 0.6);
}
.border-y-grey-500\/70 {
  border-top-color: rgb(142 142 142 / 0.7);
  border-bottom-color: rgb(142 142 142 / 0.7);
}
.border-y-grey-500\/75 {
  border-top-color: rgb(142 142 142 / 0.75);
  border-bottom-color: rgb(142 142 142 / 0.75);
}
.border-y-grey-500\/80 {
  border-top-color: rgb(142 142 142 / 0.8);
  border-bottom-color: rgb(142 142 142 / 0.8);
}
.border-y-grey-500\/90 {
  border-top-color: rgb(142 142 142 / 0.9);
  border-bottom-color: rgb(142 142 142 / 0.9);
}
.border-y-grey-500\/95 {
  border-top-color: rgb(142 142 142 / 0.95);
  border-bottom-color: rgb(142 142 142 / 0.95);
}
.border-y-grey-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(111 111 111 / var(--tw-border-opacity));
  border-bottom-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-y-grey-600\/0 {
  border-top-color: rgb(111 111 111 / 0);
  border-bottom-color: rgb(111 111 111 / 0);
}
.border-y-grey-600\/10 {
  border-top-color: rgb(111 111 111 / 0.1);
  border-bottom-color: rgb(111 111 111 / 0.1);
}
.border-y-grey-600\/100 {
  border-top-color: rgb(111 111 111 / 1);
  border-bottom-color: rgb(111 111 111 / 1);
}
.border-y-grey-600\/20 {
  border-top-color: rgb(111 111 111 / 0.2);
  border-bottom-color: rgb(111 111 111 / 0.2);
}
.border-y-grey-600\/25 {
  border-top-color: rgb(111 111 111 / 0.25);
  border-bottom-color: rgb(111 111 111 / 0.25);
}
.border-y-grey-600\/30 {
  border-top-color: rgb(111 111 111 / 0.3);
  border-bottom-color: rgb(111 111 111 / 0.3);
}
.border-y-grey-600\/40 {
  border-top-color: rgb(111 111 111 / 0.4);
  border-bottom-color: rgb(111 111 111 / 0.4);
}
.border-y-grey-600\/5 {
  border-top-color: rgb(111 111 111 / 0.05);
  border-bottom-color: rgb(111 111 111 / 0.05);
}
.border-y-grey-600\/50 {
  border-top-color: rgb(111 111 111 / 0.5);
  border-bottom-color: rgb(111 111 111 / 0.5);
}
.border-y-grey-600\/60 {
  border-top-color: rgb(111 111 111 / 0.6);
  border-bottom-color: rgb(111 111 111 / 0.6);
}
.border-y-grey-600\/70 {
  border-top-color: rgb(111 111 111 / 0.7);
  border-bottom-color: rgb(111 111 111 / 0.7);
}
.border-y-grey-600\/75 {
  border-top-color: rgb(111 111 111 / 0.75);
  border-bottom-color: rgb(111 111 111 / 0.75);
}
.border-y-grey-600\/80 {
  border-top-color: rgb(111 111 111 / 0.8);
  border-bottom-color: rgb(111 111 111 / 0.8);
}
.border-y-grey-600\/90 {
  border-top-color: rgb(111 111 111 / 0.9);
  border-bottom-color: rgb(111 111 111 / 0.9);
}
.border-y-grey-600\/95 {
  border-top-color: rgb(111 111 111 / 0.95);
  border-bottom-color: rgb(111 111 111 / 0.95);
}
.border-y-grey-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-y-grey-700\/0 {
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}
.border-y-grey-700\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}
.border-y-grey-700\/100 {
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}
.border-y-grey-700\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}
.border-y-grey-700\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}
.border-y-grey-700\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}
.border-y-grey-700\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.border-y-grey-700\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}
.border-y-grey-700\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}
.border-y-grey-700\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.border-y-grey-700\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}
.border-y-grey-700\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}
.border-y-grey-700\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}
.border-y-grey-700\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}
.border-y-grey-700\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}
.border-y-grey-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 53 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-y-grey-800\/0 {
  border-top-color: rgb(53 53 53 / 0);
  border-bottom-color: rgb(53 53 53 / 0);
}
.border-y-grey-800\/10 {
  border-top-color: rgb(53 53 53 / 0.1);
  border-bottom-color: rgb(53 53 53 / 0.1);
}
.border-y-grey-800\/100 {
  border-top-color: rgb(53 53 53 / 1);
  border-bottom-color: rgb(53 53 53 / 1);
}
.border-y-grey-800\/20 {
  border-top-color: rgb(53 53 53 / 0.2);
  border-bottom-color: rgb(53 53 53 / 0.2);
}
.border-y-grey-800\/25 {
  border-top-color: rgb(53 53 53 / 0.25);
  border-bottom-color: rgb(53 53 53 / 0.25);
}
.border-y-grey-800\/30 {
  border-top-color: rgb(53 53 53 / 0.3);
  border-bottom-color: rgb(53 53 53 / 0.3);
}
.border-y-grey-800\/40 {
  border-top-color: rgb(53 53 53 / 0.4);
  border-bottom-color: rgb(53 53 53 / 0.4);
}
.border-y-grey-800\/5 {
  border-top-color: rgb(53 53 53 / 0.05);
  border-bottom-color: rgb(53 53 53 / 0.05);
}
.border-y-grey-800\/50 {
  border-top-color: rgb(53 53 53 / 0.5);
  border-bottom-color: rgb(53 53 53 / 0.5);
}
.border-y-grey-800\/60 {
  border-top-color: rgb(53 53 53 / 0.6);
  border-bottom-color: rgb(53 53 53 / 0.6);
}
.border-y-grey-800\/70 {
  border-top-color: rgb(53 53 53 / 0.7);
  border-bottom-color: rgb(53 53 53 / 0.7);
}
.border-y-grey-800\/75 {
  border-top-color: rgb(53 53 53 / 0.75);
  border-bottom-color: rgb(53 53 53 / 0.75);
}
.border-y-grey-800\/80 {
  border-top-color: rgb(53 53 53 / 0.8);
  border-bottom-color: rgb(53 53 53 / 0.8);
}
.border-y-grey-800\/90 {
  border-top-color: rgb(53 53 53 / 0.9);
  border-bottom-color: rgb(53 53 53 / 0.9);
}
.border-y-grey-800\/95 {
  border-top-color: rgb(53 53 53 / 0.95);
  border-bottom-color: rgb(53 53 53 / 0.95);
}
.border-y-grey-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-y-grey-900\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-grey-900\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-grey-900\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-grey-900\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-grey-900\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-grey-900\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-grey-900\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-grey-900\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-grey-900\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-grey-900\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-grey-900\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-grey-900\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-grey-900\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-grey-900\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-grey-900\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(27 218 46 / var(--tw-border-opacity));
  border-bottom-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-y-primary-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 243 208 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-y-primary-hover\/0 {
  border-top-color: rgb(205 243 208 / 0);
  border-bottom-color: rgb(205 243 208 / 0);
}
.border-y-primary-hover\/10 {
  border-top-color: rgb(205 243 208 / 0.1);
  border-bottom-color: rgb(205 243 208 / 0.1);
}
.border-y-primary-hover\/100 {
  border-top-color: rgb(205 243 208 / 1);
  border-bottom-color: rgb(205 243 208 / 1);
}
.border-y-primary-hover\/20 {
  border-top-color: rgb(205 243 208 / 0.2);
  border-bottom-color: rgb(205 243 208 / 0.2);
}
.border-y-primary-hover\/25 {
  border-top-color: rgb(205 243 208 / 0.25);
  border-bottom-color: rgb(205 243 208 / 0.25);
}
.border-y-primary-hover\/30 {
  border-top-color: rgb(205 243 208 / 0.3);
  border-bottom-color: rgb(205 243 208 / 0.3);
}
.border-y-primary-hover\/40 {
  border-top-color: rgb(205 243 208 / 0.4);
  border-bottom-color: rgb(205 243 208 / 0.4);
}
.border-y-primary-hover\/5 {
  border-top-color: rgb(205 243 208 / 0.05);
  border-bottom-color: rgb(205 243 208 / 0.05);
}
.border-y-primary-hover\/50 {
  border-top-color: rgb(205 243 208 / 0.5);
  border-bottom-color: rgb(205 243 208 / 0.5);
}
.border-y-primary-hover\/60 {
  border-top-color: rgb(205 243 208 / 0.6);
  border-bottom-color: rgb(205 243 208 / 0.6);
}
.border-y-primary-hover\/70 {
  border-top-color: rgb(205 243 208 / 0.7);
  border-bottom-color: rgb(205 243 208 / 0.7);
}
.border-y-primary-hover\/75 {
  border-top-color: rgb(205 243 208 / 0.75);
  border-bottom-color: rgb(205 243 208 / 0.75);
}
.border-y-primary-hover\/80 {
  border-top-color: rgb(205 243 208 / 0.8);
  border-bottom-color: rgb(205 243 208 / 0.8);
}
.border-y-primary-hover\/90 {
  border-top-color: rgb(205 243 208 / 0.9);
  border-bottom-color: rgb(205 243 208 / 0.9);
}
.border-y-primary-hover\/95 {
  border-top-color: rgb(205 243 208 / 0.95);
  border-bottom-color: rgb(205 243 208 / 0.95);
}
.border-y-primary\/0 {
  border-top-color: rgb(27 218 46 / 0);
  border-bottom-color: rgb(27 218 46 / 0);
}
.border-y-primary\/10 {
  border-top-color: rgb(27 218 46 / 0.1);
  border-bottom-color: rgb(27 218 46 / 0.1);
}
.border-y-primary\/100 {
  border-top-color: rgb(27 218 46 / 1);
  border-bottom-color: rgb(27 218 46 / 1);
}
.border-y-primary\/20 {
  border-top-color: rgb(27 218 46 / 0.2);
  border-bottom-color: rgb(27 218 46 / 0.2);
}
.border-y-primary\/25 {
  border-top-color: rgb(27 218 46 / 0.25);
  border-bottom-color: rgb(27 218 46 / 0.25);
}
.border-y-primary\/30 {
  border-top-color: rgb(27 218 46 / 0.3);
  border-bottom-color: rgb(27 218 46 / 0.3);
}
.border-y-primary\/40 {
  border-top-color: rgb(27 218 46 / 0.4);
  border-bottom-color: rgb(27 218 46 / 0.4);
}
.border-y-primary\/5 {
  border-top-color: rgb(27 218 46 / 0.05);
  border-bottom-color: rgb(27 218 46 / 0.05);
}
.border-y-primary\/50 {
  border-top-color: rgb(27 218 46 / 0.5);
  border-bottom-color: rgb(27 218 46 / 0.5);
}
.border-y-primary\/60 {
  border-top-color: rgb(27 218 46 / 0.6);
  border-bottom-color: rgb(27 218 46 / 0.6);
}
.border-y-primary\/70 {
  border-top-color: rgb(27 218 46 / 0.7);
  border-bottom-color: rgb(27 218 46 / 0.7);
}
.border-y-primary\/75 {
  border-top-color: rgb(27 218 46 / 0.75);
  border-bottom-color: rgb(27 218 46 / 0.75);
}
.border-y-primary\/80 {
  border-top-color: rgb(27 218 46 / 0.8);
  border-bottom-color: rgb(27 218 46 / 0.8);
}
.border-y-primary\/90 {
  border-top-color: rgb(27 218 46 / 0.9);
  border-bottom-color: rgb(27 218 46 / 0.9);
}
.border-y-primary\/95 {
  border-top-color: rgb(27 218 46 / 0.95);
  border-bottom-color: rgb(27 218 46 / 0.95);
}
.border-y-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 243 208 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-y-secondary\/0 {
  border-top-color: rgb(205 243 208 / 0);
  border-bottom-color: rgb(205 243 208 / 0);
}
.border-y-secondary\/10 {
  border-top-color: rgb(205 243 208 / 0.1);
  border-bottom-color: rgb(205 243 208 / 0.1);
}
.border-y-secondary\/100 {
  border-top-color: rgb(205 243 208 / 1);
  border-bottom-color: rgb(205 243 208 / 1);
}
.border-y-secondary\/20 {
  border-top-color: rgb(205 243 208 / 0.2);
  border-bottom-color: rgb(205 243 208 / 0.2);
}
.border-y-secondary\/25 {
  border-top-color: rgb(205 243 208 / 0.25);
  border-bottom-color: rgb(205 243 208 / 0.25);
}
.border-y-secondary\/30 {
  border-top-color: rgb(205 243 208 / 0.3);
  border-bottom-color: rgb(205 243 208 / 0.3);
}
.border-y-secondary\/40 {
  border-top-color: rgb(205 243 208 / 0.4);
  border-bottom-color: rgb(205 243 208 / 0.4);
}
.border-y-secondary\/5 {
  border-top-color: rgb(205 243 208 / 0.05);
  border-bottom-color: rgb(205 243 208 / 0.05);
}
.border-y-secondary\/50 {
  border-top-color: rgb(205 243 208 / 0.5);
  border-bottom-color: rgb(205 243 208 / 0.5);
}
.border-y-secondary\/60 {
  border-top-color: rgb(205 243 208 / 0.6);
  border-bottom-color: rgb(205 243 208 / 0.6);
}
.border-y-secondary\/70 {
  border-top-color: rgb(205 243 208 / 0.7);
  border-bottom-color: rgb(205 243 208 / 0.7);
}
.border-y-secondary\/75 {
  border-top-color: rgb(205 243 208 / 0.75);
  border-bottom-color: rgb(205 243 208 / 0.75);
}
.border-y-secondary\/80 {
  border-top-color: rgb(205 243 208 / 0.8);
  border-bottom-color: rgb(205 243 208 / 0.8);
}
.border-y-secondary\/90 {
  border-top-color: rgb(205 243 208 / 0.9);
  border-bottom-color: rgb(205 243 208 / 0.9);
}
.border-y-secondary\/95 {
  border-top-color: rgb(205 243 208 / 0.95);
  border-bottom-color: rgb(205 243 208 / 0.95);
}
.border-y-sky-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 230 184 / var(--tw-border-opacity));
  border-bottom-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-y-success-100\/0 {
  border-top-color: rgb(185 230 184 / 0);
  border-bottom-color: rgb(185 230 184 / 0);
}
.border-y-success-100\/10 {
  border-top-color: rgb(185 230 184 / 0.1);
  border-bottom-color: rgb(185 230 184 / 0.1);
}
.border-y-success-100\/100 {
  border-top-color: rgb(185 230 184 / 1);
  border-bottom-color: rgb(185 230 184 / 1);
}
.border-y-success-100\/20 {
  border-top-color: rgb(185 230 184 / 0.2);
  border-bottom-color: rgb(185 230 184 / 0.2);
}
.border-y-success-100\/25 {
  border-top-color: rgb(185 230 184 / 0.25);
  border-bottom-color: rgb(185 230 184 / 0.25);
}
.border-y-success-100\/30 {
  border-top-color: rgb(185 230 184 / 0.3);
  border-bottom-color: rgb(185 230 184 / 0.3);
}
.border-y-success-100\/40 {
  border-top-color: rgb(185 230 184 / 0.4);
  border-bottom-color: rgb(185 230 184 / 0.4);
}
.border-y-success-100\/5 {
  border-top-color: rgb(185 230 184 / 0.05);
  border-bottom-color: rgb(185 230 184 / 0.05);
}
.border-y-success-100\/50 {
  border-top-color: rgb(185 230 184 / 0.5);
  border-bottom-color: rgb(185 230 184 / 0.5);
}
.border-y-success-100\/60 {
  border-top-color: rgb(185 230 184 / 0.6);
  border-bottom-color: rgb(185 230 184 / 0.6);
}
.border-y-success-100\/70 {
  border-top-color: rgb(185 230 184 / 0.7);
  border-bottom-color: rgb(185 230 184 / 0.7);
}
.border-y-success-100\/75 {
  border-top-color: rgb(185 230 184 / 0.75);
  border-bottom-color: rgb(185 230 184 / 0.75);
}
.border-y-success-100\/80 {
  border-top-color: rgb(185 230 184 / 0.8);
  border-bottom-color: rgb(185 230 184 / 0.8);
}
.border-y-success-100\/90 {
  border-top-color: rgb(185 230 184 / 0.9);
  border-bottom-color: rgb(185 230 184 / 0.9);
}
.border-y-success-100\/95 {
  border-top-color: rgb(185 230 184 / 0.95);
  border-bottom-color: rgb(185 230 184 / 0.95);
}
.border-y-success-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 219 157 / var(--tw-border-opacity));
  border-bottom-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-y-success-200\/0 {
  border-top-color: rgb(159 219 157 / 0);
  border-bottom-color: rgb(159 219 157 / 0);
}
.border-y-success-200\/10 {
  border-top-color: rgb(159 219 157 / 0.1);
  border-bottom-color: rgb(159 219 157 / 0.1);
}
.border-y-success-200\/100 {
  border-top-color: rgb(159 219 157 / 1);
  border-bottom-color: rgb(159 219 157 / 1);
}
.border-y-success-200\/20 {
  border-top-color: rgb(159 219 157 / 0.2);
  border-bottom-color: rgb(159 219 157 / 0.2);
}
.border-y-success-200\/25 {
  border-top-color: rgb(159 219 157 / 0.25);
  border-bottom-color: rgb(159 219 157 / 0.25);
}
.border-y-success-200\/30 {
  border-top-color: rgb(159 219 157 / 0.3);
  border-bottom-color: rgb(159 219 157 / 0.3);
}
.border-y-success-200\/40 {
  border-top-color: rgb(159 219 157 / 0.4);
  border-bottom-color: rgb(159 219 157 / 0.4);
}
.border-y-success-200\/5 {
  border-top-color: rgb(159 219 157 / 0.05);
  border-bottom-color: rgb(159 219 157 / 0.05);
}
.border-y-success-200\/50 {
  border-top-color: rgb(159 219 157 / 0.5);
  border-bottom-color: rgb(159 219 157 / 0.5);
}
.border-y-success-200\/60 {
  border-top-color: rgb(159 219 157 / 0.6);
  border-bottom-color: rgb(159 219 157 / 0.6);
}
.border-y-success-200\/70 {
  border-top-color: rgb(159 219 157 / 0.7);
  border-bottom-color: rgb(159 219 157 / 0.7);
}
.border-y-success-200\/75 {
  border-top-color: rgb(159 219 157 / 0.75);
  border-bottom-color: rgb(159 219 157 / 0.75);
}
.border-y-success-200\/80 {
  border-top-color: rgb(159 219 157 / 0.8);
  border-bottom-color: rgb(159 219 157 / 0.8);
}
.border-y-success-200\/90 {
  border-top-color: rgb(159 219 157 / 0.9);
  border-bottom-color: rgb(159 219 157 / 0.9);
}
.border-y-success-200\/95 {
  border-top-color: rgb(159 219 157 / 0.95);
  border-bottom-color: rgb(159 219 157 / 0.95);
}
.border-y-success-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(106 197 103 / var(--tw-border-opacity));
  border-bottom-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-y-success-400\/0 {
  border-top-color: rgb(106 197 103 / 0);
  border-bottom-color: rgb(106 197 103 / 0);
}
.border-y-success-400\/10 {
  border-top-color: rgb(106 197 103 / 0.1);
  border-bottom-color: rgb(106 197 103 / 0.1);
}
.border-y-success-400\/100 {
  border-top-color: rgb(106 197 103 / 1);
  border-bottom-color: rgb(106 197 103 / 1);
}
.border-y-success-400\/20 {
  border-top-color: rgb(106 197 103 / 0.2);
  border-bottom-color: rgb(106 197 103 / 0.2);
}
.border-y-success-400\/25 {
  border-top-color: rgb(106 197 103 / 0.25);
  border-bottom-color: rgb(106 197 103 / 0.25);
}
.border-y-success-400\/30 {
  border-top-color: rgb(106 197 103 / 0.3);
  border-bottom-color: rgb(106 197 103 / 0.3);
}
.border-y-success-400\/40 {
  border-top-color: rgb(106 197 103 / 0.4);
  border-bottom-color: rgb(106 197 103 / 0.4);
}
.border-y-success-400\/5 {
  border-top-color: rgb(106 197 103 / 0.05);
  border-bottom-color: rgb(106 197 103 / 0.05);
}
.border-y-success-400\/50 {
  border-top-color: rgb(106 197 103 / 0.5);
  border-bottom-color: rgb(106 197 103 / 0.5);
}
.border-y-success-400\/60 {
  border-top-color: rgb(106 197 103 / 0.6);
  border-bottom-color: rgb(106 197 103 / 0.6);
}
.border-y-success-400\/70 {
  border-top-color: rgb(106 197 103 / 0.7);
  border-bottom-color: rgb(106 197 103 / 0.7);
}
.border-y-success-400\/75 {
  border-top-color: rgb(106 197 103 / 0.75);
  border-bottom-color: rgb(106 197 103 / 0.75);
}
.border-y-success-400\/80 {
  border-top-color: rgb(106 197 103 / 0.8);
  border-bottom-color: rgb(106 197 103 / 0.8);
}
.border-y-success-400\/90 {
  border-top-color: rgb(106 197 103 / 0.9);
  border-bottom-color: rgb(106 197 103 / 0.9);
}
.border-y-success-400\/95 {
  border-top-color: rgb(106 197 103 / 0.95);
  border-bottom-color: rgb(106 197 103 / 0.95);
}
.border-y-success-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 241 211 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-y-success-50\/0 {
  border-top-color: rgb(212 241 211 / 0);
  border-bottom-color: rgb(212 241 211 / 0);
}
.border-y-success-50\/10 {
  border-top-color: rgb(212 241 211 / 0.1);
  border-bottom-color: rgb(212 241 211 / 0.1);
}
.border-y-success-50\/100 {
  border-top-color: rgb(212 241 211 / 1);
  border-bottom-color: rgb(212 241 211 / 1);
}
.border-y-success-50\/20 {
  border-top-color: rgb(212 241 211 / 0.2);
  border-bottom-color: rgb(212 241 211 / 0.2);
}
.border-y-success-50\/25 {
  border-top-color: rgb(212 241 211 / 0.25);
  border-bottom-color: rgb(212 241 211 / 0.25);
}
.border-y-success-50\/30 {
  border-top-color: rgb(212 241 211 / 0.3);
  border-bottom-color: rgb(212 241 211 / 0.3);
}
.border-y-success-50\/40 {
  border-top-color: rgb(212 241 211 / 0.4);
  border-bottom-color: rgb(212 241 211 / 0.4);
}
.border-y-success-50\/5 {
  border-top-color: rgb(212 241 211 / 0.05);
  border-bottom-color: rgb(212 241 211 / 0.05);
}
.border-y-success-50\/50 {
  border-top-color: rgb(212 241 211 / 0.5);
  border-bottom-color: rgb(212 241 211 / 0.5);
}
.border-y-success-50\/60 {
  border-top-color: rgb(212 241 211 / 0.6);
  border-bottom-color: rgb(212 241 211 / 0.6);
}
.border-y-success-50\/70 {
  border-top-color: rgb(212 241 211 / 0.7);
  border-bottom-color: rgb(212 241 211 / 0.7);
}
.border-y-success-50\/75 {
  border-top-color: rgb(212 241 211 / 0.75);
  border-bottom-color: rgb(212 241 211 / 0.75);
}
.border-y-success-50\/80 {
  border-top-color: rgb(212 241 211 / 0.8);
  border-bottom-color: rgb(212 241 211 / 0.8);
}
.border-y-success-50\/90 {
  border-top-color: rgb(212 241 211 / 0.9);
  border-bottom-color: rgb(212 241 211 / 0.9);
}
.border-y-success-50\/95 {
  border-top-color: rgb(212 241 211 / 0.95);
  border-bottom-color: rgb(212 241 211 / 0.95);
}
.border-y-success-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 175 49 / var(--tw-border-opacity));
  border-bottom-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-y-success-600\/0 {
  border-top-color: rgb(54 175 49 / 0);
  border-bottom-color: rgb(54 175 49 / 0);
}
.border-y-success-600\/10 {
  border-top-color: rgb(54 175 49 / 0.1);
  border-bottom-color: rgb(54 175 49 / 0.1);
}
.border-y-success-600\/100 {
  border-top-color: rgb(54 175 49 / 1);
  border-bottom-color: rgb(54 175 49 / 1);
}
.border-y-success-600\/20 {
  border-top-color: rgb(54 175 49 / 0.2);
  border-bottom-color: rgb(54 175 49 / 0.2);
}
.border-y-success-600\/25 {
  border-top-color: rgb(54 175 49 / 0.25);
  border-bottom-color: rgb(54 175 49 / 0.25);
}
.border-y-success-600\/30 {
  border-top-color: rgb(54 175 49 / 0.3);
  border-bottom-color: rgb(54 175 49 / 0.3);
}
.border-y-success-600\/40 {
  border-top-color: rgb(54 175 49 / 0.4);
  border-bottom-color: rgb(54 175 49 / 0.4);
}
.border-y-success-600\/5 {
  border-top-color: rgb(54 175 49 / 0.05);
  border-bottom-color: rgb(54 175 49 / 0.05);
}
.border-y-success-600\/50 {
  border-top-color: rgb(54 175 49 / 0.5);
  border-bottom-color: rgb(54 175 49 / 0.5);
}
.border-y-success-600\/60 {
  border-top-color: rgb(54 175 49 / 0.6);
  border-bottom-color: rgb(54 175 49 / 0.6);
}
.border-y-success-600\/70 {
  border-top-color: rgb(54 175 49 / 0.7);
  border-bottom-color: rgb(54 175 49 / 0.7);
}
.border-y-success-600\/75 {
  border-top-color: rgb(54 175 49 / 0.75);
  border-bottom-color: rgb(54 175 49 / 0.75);
}
.border-y-success-600\/80 {
  border-top-color: rgb(54 175 49 / 0.8);
  border-bottom-color: rgb(54 175 49 / 0.8);
}
.border-y-success-600\/90 {
  border-top-color: rgb(54 175 49 / 0.9);
  border-bottom-color: rgb(54 175 49 / 0.9);
}
.border-y-success-600\/95 {
  border-top-color: rgb(54 175 49 / 0.95);
  border-bottom-color: rgb(54 175 49 / 0.95);
}
.border-y-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 88 72 / var(--tw-border-opacity));
  border-bottom-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-y-tertiary-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(177 188 174 / var(--tw-border-opacity));
  border-bottom-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-y-tertiary-hover\/0 {
  border-top-color: rgb(177 188 174 / 0);
  border-bottom-color: rgb(177 188 174 / 0);
}
.border-y-tertiary-hover\/10 {
  border-top-color: rgb(177 188 174 / 0.1);
  border-bottom-color: rgb(177 188 174 / 0.1);
}
.border-y-tertiary-hover\/100 {
  border-top-color: rgb(177 188 174 / 1);
  border-bottom-color: rgb(177 188 174 / 1);
}
.border-y-tertiary-hover\/20 {
  border-top-color: rgb(177 188 174 / 0.2);
  border-bottom-color: rgb(177 188 174 / 0.2);
}
.border-y-tertiary-hover\/25 {
  border-top-color: rgb(177 188 174 / 0.25);
  border-bottom-color: rgb(177 188 174 / 0.25);
}
.border-y-tertiary-hover\/30 {
  border-top-color: rgb(177 188 174 / 0.3);
  border-bottom-color: rgb(177 188 174 / 0.3);
}
.border-y-tertiary-hover\/40 {
  border-top-color: rgb(177 188 174 / 0.4);
  border-bottom-color: rgb(177 188 174 / 0.4);
}
.border-y-tertiary-hover\/5 {
  border-top-color: rgb(177 188 174 / 0.05);
  border-bottom-color: rgb(177 188 174 / 0.05);
}
.border-y-tertiary-hover\/50 {
  border-top-color: rgb(177 188 174 / 0.5);
  border-bottom-color: rgb(177 188 174 / 0.5);
}
.border-y-tertiary-hover\/60 {
  border-top-color: rgb(177 188 174 / 0.6);
  border-bottom-color: rgb(177 188 174 / 0.6);
}
.border-y-tertiary-hover\/70 {
  border-top-color: rgb(177 188 174 / 0.7);
  border-bottom-color: rgb(177 188 174 / 0.7);
}
.border-y-tertiary-hover\/75 {
  border-top-color: rgb(177 188 174 / 0.75);
  border-bottom-color: rgb(177 188 174 / 0.75);
}
.border-y-tertiary-hover\/80 {
  border-top-color: rgb(177 188 174 / 0.8);
  border-bottom-color: rgb(177 188 174 / 0.8);
}
.border-y-tertiary-hover\/90 {
  border-top-color: rgb(177 188 174 / 0.9);
  border-bottom-color: rgb(177 188 174 / 0.9);
}
.border-y-tertiary-hover\/95 {
  border-top-color: rgb(177 188 174 / 0.95);
  border-bottom-color: rgb(177 188 174 / 0.95);
}
.border-y-tertiary\/0 {
  border-top-color: rgb(76 88 72 / 0);
  border-bottom-color: rgb(76 88 72 / 0);
}
.border-y-tertiary\/10 {
  border-top-color: rgb(76 88 72 / 0.1);
  border-bottom-color: rgb(76 88 72 / 0.1);
}
.border-y-tertiary\/100 {
  border-top-color: rgb(76 88 72 / 1);
  border-bottom-color: rgb(76 88 72 / 1);
}
.border-y-tertiary\/20 {
  border-top-color: rgb(76 88 72 / 0.2);
  border-bottom-color: rgb(76 88 72 / 0.2);
}
.border-y-tertiary\/25 {
  border-top-color: rgb(76 88 72 / 0.25);
  border-bottom-color: rgb(76 88 72 / 0.25);
}
.border-y-tertiary\/30 {
  border-top-color: rgb(76 88 72 / 0.3);
  border-bottom-color: rgb(76 88 72 / 0.3);
}
.border-y-tertiary\/40 {
  border-top-color: rgb(76 88 72 / 0.4);
  border-bottom-color: rgb(76 88 72 / 0.4);
}
.border-y-tertiary\/5 {
  border-top-color: rgb(76 88 72 / 0.05);
  border-bottom-color: rgb(76 88 72 / 0.05);
}
.border-y-tertiary\/50 {
  border-top-color: rgb(76 88 72 / 0.5);
  border-bottom-color: rgb(76 88 72 / 0.5);
}
.border-y-tertiary\/60 {
  border-top-color: rgb(76 88 72 / 0.6);
  border-bottom-color: rgb(76 88 72 / 0.6);
}
.border-y-tertiary\/70 {
  border-top-color: rgb(76 88 72 / 0.7);
  border-bottom-color: rgb(76 88 72 / 0.7);
}
.border-y-tertiary\/75 {
  border-top-color: rgb(76 88 72 / 0.75);
  border-bottom-color: rgb(76 88 72 / 0.75);
}
.border-y-tertiary\/80 {
  border-top-color: rgb(76 88 72 / 0.8);
  border-bottom-color: rgb(76 88 72 / 0.8);
}
.border-y-tertiary\/90 {
  border-top-color: rgb(76 88 72 / 0.9);
  border-bottom-color: rgb(76 88 72 / 0.9);
}
.border-y-tertiary\/95 {
  border-top-color: rgb(76 88 72 / 0.95);
  border-bottom-color: rgb(76 88 72 / 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\/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\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 225 177 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-y-warning-100\/0 {
  border-top-color: rgb(230 225 177 / 0);
  border-bottom-color: rgb(230 225 177 / 0);
}
.border-y-warning-100\/10 {
  border-top-color: rgb(230 225 177 / 0.1);
  border-bottom-color: rgb(230 225 177 / 0.1);
}
.border-y-warning-100\/100 {
  border-top-color: rgb(230 225 177 / 1);
  border-bottom-color: rgb(230 225 177 / 1);
}
.border-y-warning-100\/20 {
  border-top-color: rgb(230 225 177 / 0.2);
  border-bottom-color: rgb(230 225 177 / 0.2);
}
.border-y-warning-100\/25 {
  border-top-color: rgb(230 225 177 / 0.25);
  border-bottom-color: rgb(230 225 177 / 0.25);
}
.border-y-warning-100\/30 {
  border-top-color: rgb(230 225 177 / 0.3);
  border-bottom-color: rgb(230 225 177 / 0.3);
}
.border-y-warning-100\/40 {
  border-top-color: rgb(230 225 177 / 0.4);
  border-bottom-color: rgb(230 225 177 / 0.4);
}
.border-y-warning-100\/5 {
  border-top-color: rgb(230 225 177 / 0.05);
  border-bottom-color: rgb(230 225 177 / 0.05);
}
.border-y-warning-100\/50 {
  border-top-color: rgb(230 225 177 / 0.5);
  border-bottom-color: rgb(230 225 177 / 0.5);
}
.border-y-warning-100\/60 {
  border-top-color: rgb(230 225 177 / 0.6);
  border-bottom-color: rgb(230 225 177 / 0.6);
}
.border-y-warning-100\/70 {
  border-top-color: rgb(230 225 177 / 0.7);
  border-bottom-color: rgb(230 225 177 / 0.7);
}
.border-y-warning-100\/75 {
  border-top-color: rgb(230 225 177 / 0.75);
  border-bottom-color: rgb(230 225 177 / 0.75);
}
.border-y-warning-100\/80 {
  border-top-color: rgb(230 225 177 / 0.8);
  border-bottom-color: rgb(230 225 177 / 0.8);
}
.border-y-warning-100\/90 {
  border-top-color: rgb(230 225 177 / 0.9);
  border-bottom-color: rgb(230 225 177 / 0.9);
}
.border-y-warning-100\/95 {
  border-top-color: rgb(230 225 177 / 0.95);
  border-bottom-color: rgb(230 225 177 / 0.95);
}
.border-y-warning-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 201 146 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-y-warning-200\/0 {
  border-top-color: rgb(217 201 146 / 0);
  border-bottom-color: rgb(217 201 146 / 0);
}
.border-y-warning-200\/10 {
  border-top-color: rgb(217 201 146 / 0.1);
  border-bottom-color: rgb(217 201 146 / 0.1);
}
.border-y-warning-200\/100 {
  border-top-color: rgb(217 201 146 / 1);
  border-bottom-color: rgb(217 201 146 / 1);
}
.border-y-warning-200\/20 {
  border-top-color: rgb(217 201 146 / 0.2);
  border-bottom-color: rgb(217 201 146 / 0.2);
}
.border-y-warning-200\/25 {
  border-top-color: rgb(217 201 146 / 0.25);
  border-bottom-color: rgb(217 201 146 / 0.25);
}
.border-y-warning-200\/30 {
  border-top-color: rgb(217 201 146 / 0.3);
  border-bottom-color: rgb(217 201 146 / 0.3);
}
.border-y-warning-200\/40 {
  border-top-color: rgb(217 201 146 / 0.4);
  border-bottom-color: rgb(217 201 146 / 0.4);
}
.border-y-warning-200\/5 {
  border-top-color: rgb(217 201 146 / 0.05);
  border-bottom-color: rgb(217 201 146 / 0.05);
}
.border-y-warning-200\/50 {
  border-top-color: rgb(217 201 146 / 0.5);
  border-bottom-color: rgb(217 201 146 / 0.5);
}
.border-y-warning-200\/60 {
  border-top-color: rgb(217 201 146 / 0.6);
  border-bottom-color: rgb(217 201 146 / 0.6);
}
.border-y-warning-200\/70 {
  border-top-color: rgb(217 201 146 / 0.7);
  border-bottom-color: rgb(217 201 146 / 0.7);
}
.border-y-warning-200\/75 {
  border-top-color: rgb(217 201 146 / 0.75);
  border-bottom-color: rgb(217 201 146 / 0.75);
}
.border-y-warning-200\/80 {
  border-top-color: rgb(217 201 146 / 0.8);
  border-bottom-color: rgb(217 201 146 / 0.8);
}
.border-y-warning-200\/90 {
  border-top-color: rgb(217 201 146 / 0.9);
  border-bottom-color: rgb(217 201 146 / 0.9);
}
.border-y-warning-200\/95 {
  border-top-color: rgb(217 201 146 / 0.95);
  border-bottom-color: rgb(217 201 146 / 0.95);
}
.border-y-warning-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 168 100 / var(--tw-border-opacity));
  border-bottom-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-y-warning-400\/0 {
  border-top-color: rgb(198 168 100 / 0);
  border-bottom-color: rgb(198 168 100 / 0);
}
.border-y-warning-400\/10 {
  border-top-color: rgb(198 168 100 / 0.1);
  border-bottom-color: rgb(198 168 100 / 0.1);
}
.border-y-warning-400\/100 {
  border-top-color: rgb(198 168 100 / 1);
  border-bottom-color: rgb(198 168 100 / 1);
}
.border-y-warning-400\/20 {
  border-top-color: rgb(198 168 100 / 0.2);
  border-bottom-color: rgb(198 168 100 / 0.2);
}
.border-y-warning-400\/25 {
  border-top-color: rgb(198 168 100 / 0.25);
  border-bottom-color: rgb(198 168 100 / 0.25);
}
.border-y-warning-400\/30 {
  border-top-color: rgb(198 168 100 / 0.3);
  border-bottom-color: rgb(198 168 100 / 0.3);
}
.border-y-warning-400\/40 {
  border-top-color: rgb(198 168 100 / 0.4);
  border-bottom-color: rgb(198 168 100 / 0.4);
}
.border-y-warning-400\/5 {
  border-top-color: rgb(198 168 100 / 0.05);
  border-bottom-color: rgb(198 168 100 / 0.05);
}
.border-y-warning-400\/50 {
  border-top-color: rgb(198 168 100 / 0.5);
  border-bottom-color: rgb(198 168 100 / 0.5);
}
.border-y-warning-400\/60 {
  border-top-color: rgb(198 168 100 / 0.6);
  border-bottom-color: rgb(198 168 100 / 0.6);
}
.border-y-warning-400\/70 {
  border-top-color: rgb(198 168 100 / 0.7);
  border-bottom-color: rgb(198 168 100 / 0.7);
}
.border-y-warning-400\/75 {
  border-top-color: rgb(198 168 100 / 0.75);
  border-bottom-color: rgb(198 168 100 / 0.75);
}
.border-y-warning-400\/80 {
  border-top-color: rgb(198 168 100 / 0.8);
  border-bottom-color: rgb(198 168 100 / 0.8);
}
.border-y-warning-400\/90 {
  border-top-color: rgb(198 168 100 / 0.9);
  border-bottom-color: rgb(198 168 100 / 0.9);
}
.border-y-warning-400\/95 {
  border-top-color: rgb(198 168 100 / 0.95);
  border-bottom-color: rgb(198 168 100 / 0.95);
}
.border-y-warning-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 239 208 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-y-warning-50\/0 {
  border-top-color: rgb(242 239 208 / 0);
  border-bottom-color: rgb(242 239 208 / 0);
}
.border-y-warning-50\/10 {
  border-top-color: rgb(242 239 208 / 0.1);
  border-bottom-color: rgb(242 239 208 / 0.1);
}
.border-y-warning-50\/100 {
  border-top-color: rgb(242 239 208 / 1);
  border-bottom-color: rgb(242 239 208 / 1);
}
.border-y-warning-50\/20 {
  border-top-color: rgb(242 239 208 / 0.2);
  border-bottom-color: rgb(242 239 208 / 0.2);
}
.border-y-warning-50\/25 {
  border-top-color: rgb(242 239 208 / 0.25);
  border-bottom-color: rgb(242 239 208 / 0.25);
}
.border-y-warning-50\/30 {
  border-top-color: rgb(242 239 208 / 0.3);
  border-bottom-color: rgb(242 239 208 / 0.3);
}
.border-y-warning-50\/40 {
  border-top-color: rgb(242 239 208 / 0.4);
  border-bottom-color: rgb(242 239 208 / 0.4);
}
.border-y-warning-50\/5 {
  border-top-color: rgb(242 239 208 / 0.05);
  border-bottom-color: rgb(242 239 208 / 0.05);
}
.border-y-warning-50\/50 {
  border-top-color: rgb(242 239 208 / 0.5);
  border-bottom-color: rgb(242 239 208 / 0.5);
}
.border-y-warning-50\/60 {
  border-top-color: rgb(242 239 208 / 0.6);
  border-bottom-color: rgb(242 239 208 / 0.6);
}
.border-y-warning-50\/70 {
  border-top-color: rgb(242 239 208 / 0.7);
  border-bottom-color: rgb(242 239 208 / 0.7);
}
.border-y-warning-50\/75 {
  border-top-color: rgb(242 239 208 / 0.75);
  border-bottom-color: rgb(242 239 208 / 0.75);
}
.border-y-warning-50\/80 {
  border-top-color: rgb(242 239 208 / 0.8);
  border-bottom-color: rgb(242 239 208 / 0.8);
}
.border-y-warning-50\/90 {
  border-top-color: rgb(242 239 208 / 0.9);
  border-bottom-color: rgb(242 239 208 / 0.9);
}
.border-y-warning-50\/95 {
  border-top-color: rgb(242 239 208 / 0.95);
  border-bottom-color: rgb(242 239 208 / 0.95);
}
.border-y-warning-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(179 134 54 / var(--tw-border-opacity));
  border-bottom-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-y-warning-600\/0 {
  border-top-color: rgb(179 134 54 / 0);
  border-bottom-color: rgb(179 134 54 / 0);
}
.border-y-warning-600\/10 {
  border-top-color: rgb(179 134 54 / 0.1);
  border-bottom-color: rgb(179 134 54 / 0.1);
}
.border-y-warning-600\/100 {
  border-top-color: rgb(179 134 54 / 1);
  border-bottom-color: rgb(179 134 54 / 1);
}
.border-y-warning-600\/20 {
  border-top-color: rgb(179 134 54 / 0.2);
  border-bottom-color: rgb(179 134 54 / 0.2);
}
.border-y-warning-600\/25 {
  border-top-color: rgb(179 134 54 / 0.25);
  border-bottom-color: rgb(179 134 54 / 0.25);
}
.border-y-warning-600\/30 {
  border-top-color: rgb(179 134 54 / 0.3);
  border-bottom-color: rgb(179 134 54 / 0.3);
}
.border-y-warning-600\/40 {
  border-top-color: rgb(179 134 54 / 0.4);
  border-bottom-color: rgb(179 134 54 / 0.4);
}
.border-y-warning-600\/5 {
  border-top-color: rgb(179 134 54 / 0.05);
  border-bottom-color: rgb(179 134 54 / 0.05);
}
.border-y-warning-600\/50 {
  border-top-color: rgb(179 134 54 / 0.5);
  border-bottom-color: rgb(179 134 54 / 0.5);
}
.border-y-warning-600\/60 {
  border-top-color: rgb(179 134 54 / 0.6);
  border-bottom-color: rgb(179 134 54 / 0.6);
}
.border-y-warning-600\/70 {
  border-top-color: rgb(179 134 54 / 0.7);
  border-bottom-color: rgb(179 134 54 / 0.7);
}
.border-y-warning-600\/75 {
  border-top-color: rgb(179 134 54 / 0.75);
  border-bottom-color: rgb(179 134 54 / 0.75);
}
.border-y-warning-600\/80 {
  border-top-color: rgb(179 134 54 / 0.8);
  border-bottom-color: rgb(179 134 54 / 0.8);
}
.border-y-warning-600\/90 {
  border-top-color: rgb(179 134 54 / 0.9);
  border-bottom-color: rgb(179 134 54 / 0.9);
}
.border-y-warning-600\/95 {
  border-top-color: rgb(179 134 54 / 0.95);
  border-bottom-color: rgb(179 134 54 / 0.95);
}
.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-b-active-100\/0 {
  border-bottom-color: rgb(185 230 184 / 0);
}
.border-b-active-100\/10 {
  border-bottom-color: rgb(185 230 184 / 0.1);
}
.border-b-active-100\/100 {
  border-bottom-color: rgb(185 230 184 / 1);
}
.border-b-active-100\/20 {
  border-bottom-color: rgb(185 230 184 / 0.2);
}
.border-b-active-100\/25 {
  border-bottom-color: rgb(185 230 184 / 0.25);
}
.border-b-active-100\/30 {
  border-bottom-color: rgb(185 230 184 / 0.3);
}
.border-b-active-100\/40 {
  border-bottom-color: rgb(185 230 184 / 0.4);
}
.border-b-active-100\/5 {
  border-bottom-color: rgb(185 230 184 / 0.05);
}
.border-b-active-100\/50 {
  border-bottom-color: rgb(185 230 184 / 0.5);
}
.border-b-active-100\/60 {
  border-bottom-color: rgb(185 230 184 / 0.6);
}
.border-b-active-100\/70 {
  border-bottom-color: rgb(185 230 184 / 0.7);
}
.border-b-active-100\/75 {
  border-bottom-color: rgb(185 230 184 / 0.75);
}
.border-b-active-100\/80 {
  border-bottom-color: rgb(185 230 184 / 0.8);
}
.border-b-active-100\/90 {
  border-bottom-color: rgb(185 230 184 / 0.9);
}
.border-b-active-100\/95 {
  border-bottom-color: rgb(185 230 184 / 0.95);
}
.border-b-active-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-b-active-200\/0 {
  border-bottom-color: rgb(159 219 157 / 0);
}
.border-b-active-200\/10 {
  border-bottom-color: rgb(159 219 157 / 0.1);
}
.border-b-active-200\/100 {
  border-bottom-color: rgb(159 219 157 / 1);
}
.border-b-active-200\/20 {
  border-bottom-color: rgb(159 219 157 / 0.2);
}
.border-b-active-200\/25 {
  border-bottom-color: rgb(159 219 157 / 0.25);
}
.border-b-active-200\/30 {
  border-bottom-color: rgb(159 219 157 / 0.3);
}
.border-b-active-200\/40 {
  border-bottom-color: rgb(159 219 157 / 0.4);
}
.border-b-active-200\/5 {
  border-bottom-color: rgb(159 219 157 / 0.05);
}
.border-b-active-200\/50 {
  border-bottom-color: rgb(159 219 157 / 0.5);
}
.border-b-active-200\/60 {
  border-bottom-color: rgb(159 219 157 / 0.6);
}
.border-b-active-200\/70 {
  border-bottom-color: rgb(159 219 157 / 0.7);
}
.border-b-active-200\/75 {
  border-bottom-color: rgb(159 219 157 / 0.75);
}
.border-b-active-200\/80 {
  border-bottom-color: rgb(159 219 157 / 0.8);
}
.border-b-active-200\/90 {
  border-bottom-color: rgb(159 219 157 / 0.9);
}
.border-b-active-200\/95 {
  border-bottom-color: rgb(159 219 157 / 0.95);
}
.border-b-active-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-b-active-400\/0 {
  border-bottom-color: rgb(106 197 103 / 0);
}
.border-b-active-400\/10 {
  border-bottom-color: rgb(106 197 103 / 0.1);
}
.border-b-active-400\/100 {
  border-bottom-color: rgb(106 197 103 / 1);
}
.border-b-active-400\/20 {
  border-bottom-color: rgb(106 197 103 / 0.2);
}
.border-b-active-400\/25 {
  border-bottom-color: rgb(106 197 103 / 0.25);
}
.border-b-active-400\/30 {
  border-bottom-color: rgb(106 197 103 / 0.3);
}
.border-b-active-400\/40 {
  border-bottom-color: rgb(106 197 103 / 0.4);
}
.border-b-active-400\/5 {
  border-bottom-color: rgb(106 197 103 / 0.05);
}
.border-b-active-400\/50 {
  border-bottom-color: rgb(106 197 103 / 0.5);
}
.border-b-active-400\/60 {
  border-bottom-color: rgb(106 197 103 / 0.6);
}
.border-b-active-400\/70 {
  border-bottom-color: rgb(106 197 103 / 0.7);
}
.border-b-active-400\/75 {
  border-bottom-color: rgb(106 197 103 / 0.75);
}
.border-b-active-400\/80 {
  border-bottom-color: rgb(106 197 103 / 0.8);
}
.border-b-active-400\/90 {
  border-bottom-color: rgb(106 197 103 / 0.9);
}
.border-b-active-400\/95 {
  border-bottom-color: rgb(106 197 103 / 0.95);
}
.border-b-active-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-b-active-50\/0 {
  border-bottom-color: rgb(212 241 211 / 0);
}
.border-b-active-50\/10 {
  border-bottom-color: rgb(212 241 211 / 0.1);
}
.border-b-active-50\/100 {
  border-bottom-color: rgb(212 241 211 / 1);
}
.border-b-active-50\/20 {
  border-bottom-color: rgb(212 241 211 / 0.2);
}
.border-b-active-50\/25 {
  border-bottom-color: rgb(212 241 211 / 0.25);
}
.border-b-active-50\/30 {
  border-bottom-color: rgb(212 241 211 / 0.3);
}
.border-b-active-50\/40 {
  border-bottom-color: rgb(212 241 211 / 0.4);
}
.border-b-active-50\/5 {
  border-bottom-color: rgb(212 241 211 / 0.05);
}
.border-b-active-50\/50 {
  border-bottom-color: rgb(212 241 211 / 0.5);
}
.border-b-active-50\/60 {
  border-bottom-color: rgb(212 241 211 / 0.6);
}
.border-b-active-50\/70 {
  border-bottom-color: rgb(212 241 211 / 0.7);
}
.border-b-active-50\/75 {
  border-bottom-color: rgb(212 241 211 / 0.75);
}
.border-b-active-50\/80 {
  border-bottom-color: rgb(212 241 211 / 0.8);
}
.border-b-active-50\/90 {
  border-bottom-color: rgb(212 241 211 / 0.9);
}
.border-b-active-50\/95 {
  border-bottom-color: rgb(212 241 211 / 0.95);
}
.border-b-active-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-b-active-600\/0 {
  border-bottom-color: rgb(54 175 49 / 0);
}
.border-b-active-600\/10 {
  border-bottom-color: rgb(54 175 49 / 0.1);
}
.border-b-active-600\/100 {
  border-bottom-color: rgb(54 175 49 / 1);
}
.border-b-active-600\/20 {
  border-bottom-color: rgb(54 175 49 / 0.2);
}
.border-b-active-600\/25 {
  border-bottom-color: rgb(54 175 49 / 0.25);
}
.border-b-active-600\/30 {
  border-bottom-color: rgb(54 175 49 / 0.3);
}
.border-b-active-600\/40 {
  border-bottom-color: rgb(54 175 49 / 0.4);
}
.border-b-active-600\/5 {
  border-bottom-color: rgb(54 175 49 / 0.05);
}
.border-b-active-600\/50 {
  border-bottom-color: rgb(54 175 49 / 0.5);
}
.border-b-active-600\/60 {
  border-bottom-color: rgb(54 175 49 / 0.6);
}
.border-b-active-600\/70 {
  border-bottom-color: rgb(54 175 49 / 0.7);
}
.border-b-active-600\/75 {
  border-bottom-color: rgb(54 175 49 / 0.75);
}
.border-b-active-600\/80 {
  border-bottom-color: rgb(54 175 49 / 0.8);
}
.border-b-active-600\/90 {
  border-bottom-color: rgb(54 175 49 / 0.9);
}
.border-b-active-600\/95 {
  border-bottom-color: rgb(54 175 49 / 0.95);
}
.border-b-amber-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-b-blue-850\/0 {
  border-bottom-color: rgb(40 56 72 / 0);
}
.border-b-blue-850\/10 {
  border-bottom-color: rgb(40 56 72 / 0.1);
}
.border-b-blue-850\/100 {
  border-bottom-color: rgb(40 56 72 / 1);
}
.border-b-blue-850\/20 {
  border-bottom-color: rgb(40 56 72 / 0.2);
}
.border-b-blue-850\/25 {
  border-bottom-color: rgb(40 56 72 / 0.25);
}
.border-b-blue-850\/30 {
  border-bottom-color: rgb(40 56 72 / 0.3);
}
.border-b-blue-850\/40 {
  border-bottom-color: rgb(40 56 72 / 0.4);
}
.border-b-blue-850\/5 {
  border-bottom-color: rgb(40 56 72 / 0.05);
}
.border-b-blue-850\/50 {
  border-bottom-color: rgb(40 56 72 / 0.5);
}
.border-b-blue-850\/60 {
  border-bottom-color: rgb(40 56 72 / 0.6);
}
.border-b-blue-850\/70 {
  border-bottom-color: rgb(40 56 72 / 0.7);
}
.border-b-blue-850\/75 {
  border-bottom-color: rgb(40 56 72 / 0.75);
}
.border-b-blue-850\/80 {
  border-bottom-color: rgb(40 56 72 / 0.8);
}
.border-b-blue-850\/90 {
  border-bottom-color: rgb(40 56 72 / 0.9);
}
.border-b-blue-850\/95 {
  border-bottom-color: rgb(40 56 72 / 0.95);
}
.border-b-blue-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-b-error-100\/0 {
  border-bottom-color: rgb(224 177 177 / 0);
}
.border-b-error-100\/10 {
  border-bottom-color: rgb(224 177 177 / 0.1);
}
.border-b-error-100\/100 {
  border-bottom-color: rgb(224 177 177 / 1);
}
.border-b-error-100\/20 {
  border-bottom-color: rgb(224 177 177 / 0.2);
}
.border-b-error-100\/25 {
  border-bottom-color: rgb(224 177 177 / 0.25);
}
.border-b-error-100\/30 {
  border-bottom-color: rgb(224 177 177 / 0.3);
}
.border-b-error-100\/40 {
  border-bottom-color: rgb(224 177 177 / 0.4);
}
.border-b-error-100\/5 {
  border-bottom-color: rgb(224 177 177 / 0.05);
}
.border-b-error-100\/50 {
  border-bottom-color: rgb(224 177 177 / 0.5);
}
.border-b-error-100\/60 {
  border-bottom-color: rgb(224 177 177 / 0.6);
}
.border-b-error-100\/70 {
  border-bottom-color: rgb(224 177 177 / 0.7);
}
.border-b-error-100\/75 {
  border-bottom-color: rgb(224 177 177 / 0.75);
}
.border-b-error-100\/80 {
  border-bottom-color: rgb(224 177 177 / 0.8);
}
.border-b-error-100\/90 {
  border-bottom-color: rgb(224 177 177 / 0.9);
}
.border-b-error-100\/95 {
  border-bottom-color: rgb(224 177 177 / 0.95);
}
.border-b-error-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-b-error-200\/0 {
  border-bottom-color: rgb(211 148 148 / 0);
}
.border-b-error-200\/10 {
  border-bottom-color: rgb(211 148 148 / 0.1);
}
.border-b-error-200\/100 {
  border-bottom-color: rgb(211 148 148 / 1);
}
.border-b-error-200\/20 {
  border-bottom-color: rgb(211 148 148 / 0.2);
}
.border-b-error-200\/25 {
  border-bottom-color: rgb(211 148 148 / 0.25);
}
.border-b-error-200\/30 {
  border-bottom-color: rgb(211 148 148 / 0.3);
}
.border-b-error-200\/40 {
  border-bottom-color: rgb(211 148 148 / 0.4);
}
.border-b-error-200\/5 {
  border-bottom-color: rgb(211 148 148 / 0.05);
}
.border-b-error-200\/50 {
  border-bottom-color: rgb(211 148 148 / 0.5);
}
.border-b-error-200\/60 {
  border-bottom-color: rgb(211 148 148 / 0.6);
}
.border-b-error-200\/70 {
  border-bottom-color: rgb(211 148 148 / 0.7);
}
.border-b-error-200\/75 {
  border-bottom-color: rgb(211 148 148 / 0.75);
}
.border-b-error-200\/80 {
  border-bottom-color: rgb(211 148 148 / 0.8);
}
.border-b-error-200\/90 {
  border-bottom-color: rgb(211 148 148 / 0.9);
}
.border-b-error-200\/95 {
  border-bottom-color: rgb(211 148 148 / 0.95);
}
.border-b-error-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-b-error-400\/0 {
  border-bottom-color: rgb(198 103 103 / 0);
}
.border-b-error-400\/10 {
  border-bottom-color: rgb(198 103 103 / 0.1);
}
.border-b-error-400\/100 {
  border-bottom-color: rgb(198 103 103 / 1);
}
.border-b-error-400\/20 {
  border-bottom-color: rgb(198 103 103 / 0.2);
}
.border-b-error-400\/25 {
  border-bottom-color: rgb(198 103 103 / 0.25);
}
.border-b-error-400\/30 {
  border-bottom-color: rgb(198 103 103 / 0.3);
}
.border-b-error-400\/40 {
  border-bottom-color: rgb(198 103 103 / 0.4);
}
.border-b-error-400\/5 {
  border-bottom-color: rgb(198 103 103 / 0.05);
}
.border-b-error-400\/50 {
  border-bottom-color: rgb(198 103 103 / 0.5);
}
.border-b-error-400\/60 {
  border-bottom-color: rgb(198 103 103 / 0.6);
}
.border-b-error-400\/70 {
  border-bottom-color: rgb(198 103 103 / 0.7);
}
.border-b-error-400\/75 {
  border-bottom-color: rgb(198 103 103 / 0.75);
}
.border-b-error-400\/80 {
  border-bottom-color: rgb(198 103 103 / 0.8);
}
.border-b-error-400\/90 {
  border-bottom-color: rgb(198 103 103 / 0.9);
}
.border-b-error-400\/95 {
  border-bottom-color: rgb(198 103 103 / 0.95);
}
.border-b-error-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-b-error-50\/0 {
  border-bottom-color: rgb(237 206 206 / 0);
}
.border-b-error-50\/10 {
  border-bottom-color: rgb(237 206 206 / 0.1);
}
.border-b-error-50\/100 {
  border-bottom-color: rgb(237 206 206 / 1);
}
.border-b-error-50\/20 {
  border-bottom-color: rgb(237 206 206 / 0.2);
}
.border-b-error-50\/25 {
  border-bottom-color: rgb(237 206 206 / 0.25);
}
.border-b-error-50\/30 {
  border-bottom-color: rgb(237 206 206 / 0.3);
}
.border-b-error-50\/40 {
  border-bottom-color: rgb(237 206 206 / 0.4);
}
.border-b-error-50\/5 {
  border-bottom-color: rgb(237 206 206 / 0.05);
}
.border-b-error-50\/50 {
  border-bottom-color: rgb(237 206 206 / 0.5);
}
.border-b-error-50\/60 {
  border-bottom-color: rgb(237 206 206 / 0.6);
}
.border-b-error-50\/70 {
  border-bottom-color: rgb(237 206 206 / 0.7);
}
.border-b-error-50\/75 {
  border-bottom-color: rgb(237 206 206 / 0.75);
}
.border-b-error-50\/80 {
  border-bottom-color: rgb(237 206 206 / 0.8);
}
.border-b-error-50\/90 {
  border-bottom-color: rgb(237 206 206 / 0.9);
}
.border-b-error-50\/95 {
  border-bottom-color: rgb(237 206 206 / 0.95);
}
.border-b-error-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-b-error-600\/0 {
  border-bottom-color: rgb(185 58 58 / 0);
}
.border-b-error-600\/10 {
  border-bottom-color: rgb(185 58 58 / 0.1);
}
.border-b-error-600\/100 {
  border-bottom-color: rgb(185 58 58 / 1);
}
.border-b-error-600\/20 {
  border-bottom-color: rgb(185 58 58 / 0.2);
}
.border-b-error-600\/25 {
  border-bottom-color: rgb(185 58 58 / 0.25);
}
.border-b-error-600\/30 {
  border-bottom-color: rgb(185 58 58 / 0.3);
}
.border-b-error-600\/40 {
  border-bottom-color: rgb(185 58 58 / 0.4);
}
.border-b-error-600\/5 {
  border-bottom-color: rgb(185 58 58 / 0.05);
}
.border-b-error-600\/50 {
  border-bottom-color: rgb(185 58 58 / 0.5);
}
.border-b-error-600\/60 {
  border-bottom-color: rgb(185 58 58 / 0.6);
}
.border-b-error-600\/70 {
  border-bottom-color: rgb(185 58 58 / 0.7);
}
.border-b-error-600\/75 {
  border-bottom-color: rgb(185 58 58 / 0.75);
}
.border-b-error-600\/80 {
  border-bottom-color: rgb(185 58 58 / 0.8);
}
.border-b-error-600\/90 {
  border-bottom-color: rgb(185 58 58 / 0.9);
}
.border-b-error-600\/95 {
  border-bottom-color: rgb(185 58 58 / 0.95);
}
.border-b-fuchsia-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-b-green-850\/0 {
  border-bottom-color: rgb(73 89 70 / 0);
}
.border-b-green-850\/10 {
  border-bottom-color: rgb(73 89 70 / 0.1);
}
.border-b-green-850\/100 {
  border-bottom-color: rgb(73 89 70 / 1);
}
.border-b-green-850\/20 {
  border-bottom-color: rgb(73 89 70 / 0.2);
}
.border-b-green-850\/25 {
  border-bottom-color: rgb(73 89 70 / 0.25);
}
.border-b-green-850\/30 {
  border-bottom-color: rgb(73 89 70 / 0.3);
}
.border-b-green-850\/40 {
  border-bottom-color: rgb(73 89 70 / 0.4);
}
.border-b-green-850\/5 {
  border-bottom-color: rgb(73 89 70 / 0.05);
}
.border-b-green-850\/50 {
  border-bottom-color: rgb(73 89 70 / 0.5);
}
.border-b-green-850\/60 {
  border-bottom-color: rgb(73 89 70 / 0.6);
}
.border-b-green-850\/70 {
  border-bottom-color: rgb(73 89 70 / 0.7);
}
.border-b-green-850\/75 {
  border-bottom-color: rgb(73 89 70 / 0.75);
}
.border-b-green-850\/80 {
  border-bottom-color: rgb(73 89 70 / 0.8);
}
.border-b-green-850\/90 {
  border-bottom-color: rgb(73 89 70 / 0.9);
}
.border-b-green-850\/95 {
  border-bottom-color: rgb(73 89 70 / 0.95);
}
.border-b-green-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-b-grey-100\/0 {
  border-bottom-color: rgb(245 245 245 / 0);
}
.border-b-grey-100\/10 {
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.border-b-grey-100\/100 {
  border-bottom-color: rgb(245 245 245 / 1);
}
.border-b-grey-100\/20 {
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.border-b-grey-100\/25 {
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.border-b-grey-100\/30 {
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.border-b-grey-100\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.border-b-grey-100\/5 {
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.border-b-grey-100\/50 {
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.border-b-grey-100\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.border-b-grey-100\/70 {
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.border-b-grey-100\/75 {
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.border-b-grey-100\/80 {
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.border-b-grey-100\/90 {
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.border-b-grey-100\/95 {
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.border-b-grey-125 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-b-grey-125\/0 {
  border-bottom-color: rgb(237 235 235 / 0);
}
.border-b-grey-125\/10 {
  border-bottom-color: rgb(237 235 235 / 0.1);
}
.border-b-grey-125\/100 {
  border-bottom-color: rgb(237 235 235 / 1);
}
.border-b-grey-125\/20 {
  border-bottom-color: rgb(237 235 235 / 0.2);
}
.border-b-grey-125\/25 {
  border-bottom-color: rgb(237 235 235 / 0.25);
}
.border-b-grey-125\/30 {
  border-bottom-color: rgb(237 235 235 / 0.3);
}
.border-b-grey-125\/40 {
  border-bottom-color: rgb(237 235 235 / 0.4);
}
.border-b-grey-125\/5 {
  border-bottom-color: rgb(237 235 235 / 0.05);
}
.border-b-grey-125\/50 {
  border-bottom-color: rgb(237 235 235 / 0.5);
}
.border-b-grey-125\/60 {
  border-bottom-color: rgb(237 235 235 / 0.6);
}
.border-b-grey-125\/70 {
  border-bottom-color: rgb(237 235 235 / 0.7);
}
.border-b-grey-125\/75 {
  border-bottom-color: rgb(237 235 235 / 0.75);
}
.border-b-grey-125\/80 {
  border-bottom-color: rgb(237 235 235 / 0.8);
}
.border-b-grey-125\/90 {
  border-bottom-color: rgb(237 235 235 / 0.9);
}
.border-b-grey-125\/95 {
  border-bottom-color: rgb(237 235 235 / 0.95);
}
.border-b-grey-150 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-b-grey-150\/0 {
  border-bottom-color: rgb(220 220 220 / 0);
}
.border-b-grey-150\/10 {
  border-bottom-color: rgb(220 220 220 / 0.1);
}
.border-b-grey-150\/100 {
  border-bottom-color: rgb(220 220 220 / 1);
}
.border-b-grey-150\/20 {
  border-bottom-color: rgb(220 220 220 / 0.2);
}
.border-b-grey-150\/25 {
  border-bottom-color: rgb(220 220 220 / 0.25);
}
.border-b-grey-150\/30 {
  border-bottom-color: rgb(220 220 220 / 0.3);
}
.border-b-grey-150\/40 {
  border-bottom-color: rgb(220 220 220 / 0.4);
}
.border-b-grey-150\/5 {
  border-bottom-color: rgb(220 220 220 / 0.05);
}
.border-b-grey-150\/50 {
  border-bottom-color: rgb(220 220 220 / 0.5);
}
.border-b-grey-150\/60 {
  border-bottom-color: rgb(220 220 220 / 0.6);
}
.border-b-grey-150\/70 {
  border-bottom-color: rgb(220 220 220 / 0.7);
}
.border-b-grey-150\/75 {
  border-bottom-color: rgb(220 220 220 / 0.75);
}
.border-b-grey-150\/80 {
  border-bottom-color: rgb(220 220 220 / 0.8);
}
.border-b-grey-150\/90 {
  border-bottom-color: rgb(220 220 220 / 0.9);
}
.border-b-grey-150\/95 {
  border-bottom-color: rgb(220 220 220 / 0.95);
}
.border-b-grey-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-b-grey-200\/0 {
  border-bottom-color: rgb(201 201 201 / 0);
}
.border-b-grey-200\/10 {
  border-bottom-color: rgb(201 201 201 / 0.1);
}
.border-b-grey-200\/100 {
  border-bottom-color: rgb(201 201 201 / 1);
}
.border-b-grey-200\/20 {
  border-bottom-color: rgb(201 201 201 / 0.2);
}
.border-b-grey-200\/25 {
  border-bottom-color: rgb(201 201 201 / 0.25);
}
.border-b-grey-200\/30 {
  border-bottom-color: rgb(201 201 201 / 0.3);
}
.border-b-grey-200\/40 {
  border-bottom-color: rgb(201 201 201 / 0.4);
}
.border-b-grey-200\/5 {
  border-bottom-color: rgb(201 201 201 / 0.05);
}
.border-b-grey-200\/50 {
  border-bottom-color: rgb(201 201 201 / 0.5);
}
.border-b-grey-200\/60 {
  border-bottom-color: rgb(201 201 201 / 0.6);
}
.border-b-grey-200\/70 {
  border-bottom-color: rgb(201 201 201 / 0.7);
}
.border-b-grey-200\/75 {
  border-bottom-color: rgb(201 201 201 / 0.75);
}
.border-b-grey-200\/80 {
  border-bottom-color: rgb(201 201 201 / 0.8);
}
.border-b-grey-200\/90 {
  border-bottom-color: rgb(201 201 201 / 0.9);
}
.border-b-grey-200\/95 {
  border-bottom-color: rgb(201 201 201 / 0.95);
}
.border-b-grey-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-b-grey-300\/0 {
  border-bottom-color: rgb(183 183 183 / 0);
}
.border-b-grey-300\/10 {
  border-bottom-color: rgb(183 183 183 / 0.1);
}
.border-b-grey-300\/100 {
  border-bottom-color: rgb(183 183 183 / 1);
}
.border-b-grey-300\/20 {
  border-bottom-color: rgb(183 183 183 / 0.2);
}
.border-b-grey-300\/25 {
  border-bottom-color: rgb(183 183 183 / 0.25);
}
.border-b-grey-300\/30 {
  border-bottom-color: rgb(183 183 183 / 0.3);
}
.border-b-grey-300\/40 {
  border-bottom-color: rgb(183 183 183 / 0.4);
}
.border-b-grey-300\/5 {
  border-bottom-color: rgb(183 183 183 / 0.05);
}
.border-b-grey-300\/50 {
  border-bottom-color: rgb(183 183 183 / 0.5);
}
.border-b-grey-300\/60 {
  border-bottom-color: rgb(183 183 183 / 0.6);
}
.border-b-grey-300\/70 {
  border-bottom-color: rgb(183 183 183 / 0.7);
}
.border-b-grey-300\/75 {
  border-bottom-color: rgb(183 183 183 / 0.75);
}
.border-b-grey-300\/80 {
  border-bottom-color: rgb(183 183 183 / 0.8);
}
.border-b-grey-300\/90 {
  border-bottom-color: rgb(183 183 183 / 0.9);
}
.border-b-grey-300\/95 {
  border-bottom-color: rgb(183 183 183 / 0.95);
}
.border-b-grey-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-b-grey-400\/0 {
  border-bottom-color: rgb(218 218 218 / 0);
}
.border-b-grey-400\/10 {
  border-bottom-color: rgb(218 218 218 / 0.1);
}
.border-b-grey-400\/100 {
  border-bottom-color: rgb(218 218 218 / 1);
}
.border-b-grey-400\/20 {
  border-bottom-color: rgb(218 218 218 / 0.2);
}
.border-b-grey-400\/25 {
  border-bottom-color: rgb(218 218 218 / 0.25);
}
.border-b-grey-400\/30 {
  border-bottom-color: rgb(218 218 218 / 0.3);
}
.border-b-grey-400\/40 {
  border-bottom-color: rgb(218 218 218 / 0.4);
}
.border-b-grey-400\/5 {
  border-bottom-color: rgb(218 218 218 / 0.05);
}
.border-b-grey-400\/50 {
  border-bottom-color: rgb(218 218 218 / 0.5);
}
.border-b-grey-400\/60 {
  border-bottom-color: rgb(218 218 218 / 0.6);
}
.border-b-grey-400\/70 {
  border-bottom-color: rgb(218 218 218 / 0.7);
}
.border-b-grey-400\/75 {
  border-bottom-color: rgb(218 218 218 / 0.75);
}
.border-b-grey-400\/80 {
  border-bottom-color: rgb(218 218 218 / 0.8);
}
.border-b-grey-400\/90 {
  border-bottom-color: rgb(218 218 218 / 0.9);
}
.border-b-grey-400\/95 {
  border-bottom-color: rgb(218 218 218 / 0.95);
}
.border-b-grey-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-b-grey-50\/0 {
  border-bottom-color: rgb(254 254 254 / 0);
}
.border-b-grey-50\/10 {
  border-bottom-color: rgb(254 254 254 / 0.1);
}
.border-b-grey-50\/100 {
  border-bottom-color: rgb(254 254 254 / 1);
}
.border-b-grey-50\/20 {
  border-bottom-color: rgb(254 254 254 / 0.2);
}
.border-b-grey-50\/25 {
  border-bottom-color: rgb(254 254 254 / 0.25);
}
.border-b-grey-50\/30 {
  border-bottom-color: rgb(254 254 254 / 0.3);
}
.border-b-grey-50\/40 {
  border-bottom-color: rgb(254 254 254 / 0.4);
}
.border-b-grey-50\/5 {
  border-bottom-color: rgb(254 254 254 / 0.05);
}
.border-b-grey-50\/50 {
  border-bottom-color: rgb(254 254 254 / 0.5);
}
.border-b-grey-50\/60 {
  border-bottom-color: rgb(254 254 254 / 0.6);
}
.border-b-grey-50\/70 {
  border-bottom-color: rgb(254 254 254 / 0.7);
}
.border-b-grey-50\/75 {
  border-bottom-color: rgb(254 254 254 / 0.75);
}
.border-b-grey-50\/80 {
  border-bottom-color: rgb(254 254 254 / 0.8);
}
.border-b-grey-50\/90 {
  border-bottom-color: rgb(254 254 254 / 0.9);
}
.border-b-grey-50\/95 {
  border-bottom-color: rgb(254 254 254 / 0.95);
}
.border-b-grey-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-b-grey-500\/0 {
  border-bottom-color: rgb(142 142 142 / 0);
}
.border-b-grey-500\/10 {
  border-bottom-color: rgb(142 142 142 / 0.1);
}
.border-b-grey-500\/100 {
  border-bottom-color: rgb(142 142 142 / 1);
}
.border-b-grey-500\/20 {
  border-bottom-color: rgb(142 142 142 / 0.2);
}
.border-b-grey-500\/25 {
  border-bottom-color: rgb(142 142 142 / 0.25);
}
.border-b-grey-500\/30 {
  border-bottom-color: rgb(142 142 142 / 0.3);
}
.border-b-grey-500\/40 {
  border-bottom-color: rgb(142 142 142 / 0.4);
}
.border-b-grey-500\/5 {
  border-bottom-color: rgb(142 142 142 / 0.05);
}
.border-b-grey-500\/50 {
  border-bottom-color: rgb(142 142 142 / 0.5);
}
.border-b-grey-500\/60 {
  border-bottom-color: rgb(142 142 142 / 0.6);
}
.border-b-grey-500\/70 {
  border-bottom-color: rgb(142 142 142 / 0.7);
}
.border-b-grey-500\/75 {
  border-bottom-color: rgb(142 142 142 / 0.75);
}
.border-b-grey-500\/80 {
  border-bottom-color: rgb(142 142 142 / 0.8);
}
.border-b-grey-500\/90 {
  border-bottom-color: rgb(142 142 142 / 0.9);
}
.border-b-grey-500\/95 {
  border-bottom-color: rgb(142 142 142 / 0.95);
}
.border-b-grey-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-b-grey-600\/0 {
  border-bottom-color: rgb(111 111 111 / 0);
}
.border-b-grey-600\/10 {
  border-bottom-color: rgb(111 111 111 / 0.1);
}
.border-b-grey-600\/100 {
  border-bottom-color: rgb(111 111 111 / 1);
}
.border-b-grey-600\/20 {
  border-bottom-color: rgb(111 111 111 / 0.2);
}
.border-b-grey-600\/25 {
  border-bottom-color: rgb(111 111 111 / 0.25);
}
.border-b-grey-600\/30 {
  border-bottom-color: rgb(111 111 111 / 0.3);
}
.border-b-grey-600\/40 {
  border-bottom-color: rgb(111 111 111 / 0.4);
}
.border-b-grey-600\/5 {
  border-bottom-color: rgb(111 111 111 / 0.05);
}
.border-b-grey-600\/50 {
  border-bottom-color: rgb(111 111 111 / 0.5);
}
.border-b-grey-600\/60 {
  border-bottom-color: rgb(111 111 111 / 0.6);
}
.border-b-grey-600\/70 {
  border-bottom-color: rgb(111 111 111 / 0.7);
}
.border-b-grey-600\/75 {
  border-bottom-color: rgb(111 111 111 / 0.75);
}
.border-b-grey-600\/80 {
  border-bottom-color: rgb(111 111 111 / 0.8);
}
.border-b-grey-600\/90 {
  border-bottom-color: rgb(111 111 111 / 0.9);
}
.border-b-grey-600\/95 {
  border-bottom-color: rgb(111 111 111 / 0.95);
}
.border-b-grey-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-b-grey-700\/0 {
  border-bottom-color: rgb(82 82 82 / 0);
}
.border-b-grey-700\/10 {
  border-bottom-color: rgb(82 82 82 / 0.1);
}
.border-b-grey-700\/100 {
  border-bottom-color: rgb(82 82 82 / 1);
}
.border-b-grey-700\/20 {
  border-bottom-color: rgb(82 82 82 / 0.2);
}
.border-b-grey-700\/25 {
  border-bottom-color: rgb(82 82 82 / 0.25);
}
.border-b-grey-700\/30 {
  border-bottom-color: rgb(82 82 82 / 0.3);
}
.border-b-grey-700\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.border-b-grey-700\/5 {
  border-bottom-color: rgb(82 82 82 / 0.05);
}
.border-b-grey-700\/50 {
  border-bottom-color: rgb(82 82 82 / 0.5);
}
.border-b-grey-700\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.border-b-grey-700\/70 {
  border-bottom-color: rgb(82 82 82 / 0.7);
}
.border-b-grey-700\/75 {
  border-bottom-color: rgb(82 82 82 / 0.75);
}
.border-b-grey-700\/80 {
  border-bottom-color: rgb(82 82 82 / 0.8);
}
.border-b-grey-700\/90 {
  border-bottom-color: rgb(82 82 82 / 0.9);
}
.border-b-grey-700\/95 {
  border-bottom-color: rgb(82 82 82 / 0.95);
}
.border-b-grey-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-b-grey-800\/0 {
  border-bottom-color: rgb(53 53 53 / 0);
}
.border-b-grey-800\/10 {
  border-bottom-color: rgb(53 53 53 / 0.1);
}
.border-b-grey-800\/100 {
  border-bottom-color: rgb(53 53 53 / 1);
}
.border-b-grey-800\/20 {
  border-bottom-color: rgb(53 53 53 / 0.2);
}
.border-b-grey-800\/25 {
  border-bottom-color: rgb(53 53 53 / 0.25);
}
.border-b-grey-800\/30 {
  border-bottom-color: rgb(53 53 53 / 0.3);
}
.border-b-grey-800\/40 {
  border-bottom-color: rgb(53 53 53 / 0.4);
}
.border-b-grey-800\/5 {
  border-bottom-color: rgb(53 53 53 / 0.05);
}
.border-b-grey-800\/50 {
  border-bottom-color: rgb(53 53 53 / 0.5);
}
.border-b-grey-800\/60 {
  border-bottom-color: rgb(53 53 53 / 0.6);
}
.border-b-grey-800\/70 {
  border-bottom-color: rgb(53 53 53 / 0.7);
}
.border-b-grey-800\/75 {
  border-bottom-color: rgb(53 53 53 / 0.75);
}
.border-b-grey-800\/80 {
  border-bottom-color: rgb(53 53 53 / 0.8);
}
.border-b-grey-800\/90 {
  border-bottom-color: rgb(53 53 53 / 0.9);
}
.border-b-grey-800\/95 {
  border-bottom-color: rgb(53 53 53 / 0.95);
}
.border-b-grey-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-grey-900\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-grey-900\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-grey-900\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-grey-900\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-grey-900\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-grey-900\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-grey-900\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-grey-900\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-grey-900\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-grey-900\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-grey-900\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-grey-900\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-grey-900\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-grey-900\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-grey-900\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-indigo-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-b-primary-hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-b-primary-hover\/0 {
  border-bottom-color: rgb(205 243 208 / 0);
}
.border-b-primary-hover\/10 {
  border-bottom-color: rgb(205 243 208 / 0.1);
}
.border-b-primary-hover\/100 {
  border-bottom-color: rgb(205 243 208 / 1);
}
.border-b-primary-hover\/20 {
  border-bottom-color: rgb(205 243 208 / 0.2);
}
.border-b-primary-hover\/25 {
  border-bottom-color: rgb(205 243 208 / 0.25);
}
.border-b-primary-hover\/30 {
  border-bottom-color: rgb(205 243 208 / 0.3);
}
.border-b-primary-hover\/40 {
  border-bottom-color: rgb(205 243 208 / 0.4);
}
.border-b-primary-hover\/5 {
  border-bottom-color: rgb(205 243 208 / 0.05);
}
.border-b-primary-hover\/50 {
  border-bottom-color: rgb(205 243 208 / 0.5);
}
.border-b-primary-hover\/60 {
  border-bottom-color: rgb(205 243 208 / 0.6);
}
.border-b-primary-hover\/70 {
  border-bottom-color: rgb(205 243 208 / 0.7);
}
.border-b-primary-hover\/75 {
  border-bottom-color: rgb(205 243 208 / 0.75);
}
.border-b-primary-hover\/80 {
  border-bottom-color: rgb(205 243 208 / 0.8);
}
.border-b-primary-hover\/90 {
  border-bottom-color: rgb(205 243 208 / 0.9);
}
.border-b-primary-hover\/95 {
  border-bottom-color: rgb(205 243 208 / 0.95);
}
.border-b-primary\/0 {
  border-bottom-color: rgb(27 218 46 / 0);
}
.border-b-primary\/10 {
  border-bottom-color: rgb(27 218 46 / 0.1);
}
.border-b-primary\/100 {
  border-bottom-color: rgb(27 218 46 / 1);
}
.border-b-primary\/20 {
  border-bottom-color: rgb(27 218 46 / 0.2);
}
.border-b-primary\/25 {
  border-bottom-color: rgb(27 218 46 / 0.25);
}
.border-b-primary\/30 {
  border-bottom-color: rgb(27 218 46 / 0.3);
}
.border-b-primary\/40 {
  border-bottom-color: rgb(27 218 46 / 0.4);
}
.border-b-primary\/5 {
  border-bottom-color: rgb(27 218 46 / 0.05);
}
.border-b-primary\/50 {
  border-bottom-color: rgb(27 218 46 / 0.5);
}
.border-b-primary\/60 {
  border-bottom-color: rgb(27 218 46 / 0.6);
}
.border-b-primary\/70 {
  border-bottom-color: rgb(27 218 46 / 0.7);
}
.border-b-primary\/75 {
  border-bottom-color: rgb(27 218 46 / 0.75);
}
.border-b-primary\/80 {
  border-bottom-color: rgb(27 218 46 / 0.8);
}
.border-b-primary\/90 {
  border-bottom-color: rgb(27 218 46 / 0.9);
}
.border-b-primary\/95 {
  border-bottom-color: rgb(27 218 46 / 0.95);
}
.border-b-purple-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-b-secondary\/0 {
  border-bottom-color: rgb(205 243 208 / 0);
}
.border-b-secondary\/10 {
  border-bottom-color: rgb(205 243 208 / 0.1);
}
.border-b-secondary\/100 {
  border-bottom-color: rgb(205 243 208 / 1);
}
.border-b-secondary\/20 {
  border-bottom-color: rgb(205 243 208 / 0.2);
}
.border-b-secondary\/25 {
  border-bottom-color: rgb(205 243 208 / 0.25);
}
.border-b-secondary\/30 {
  border-bottom-color: rgb(205 243 208 / 0.3);
}
.border-b-secondary\/40 {
  border-bottom-color: rgb(205 243 208 / 0.4);
}
.border-b-secondary\/5 {
  border-bottom-color: rgb(205 243 208 / 0.05);
}
.border-b-secondary\/50 {
  border-bottom-color: rgb(205 243 208 / 0.5);
}
.border-b-secondary\/60 {
  border-bottom-color: rgb(205 243 208 / 0.6);
}
.border-b-secondary\/70 {
  border-bottom-color: rgb(205 243 208 / 0.7);
}
.border-b-secondary\/75 {
  border-bottom-color: rgb(205 243 208 / 0.75);
}
.border-b-secondary\/80 {
  border-bottom-color: rgb(205 243 208 / 0.8);
}
.border-b-secondary\/90 {
  border-bottom-color: rgb(205 243 208 / 0.9);
}
.border-b-secondary\/95 {
  border-bottom-color: rgb(205 243 208 / 0.95);
}
.border-b-sky-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-b-success-100\/0 {
  border-bottom-color: rgb(185 230 184 / 0);
}
.border-b-success-100\/10 {
  border-bottom-color: rgb(185 230 184 / 0.1);
}
.border-b-success-100\/100 {
  border-bottom-color: rgb(185 230 184 / 1);
}
.border-b-success-100\/20 {
  border-bottom-color: rgb(185 230 184 / 0.2);
}
.border-b-success-100\/25 {
  border-bottom-color: rgb(185 230 184 / 0.25);
}
.border-b-success-100\/30 {
  border-bottom-color: rgb(185 230 184 / 0.3);
}
.border-b-success-100\/40 {
  border-bottom-color: rgb(185 230 184 / 0.4);
}
.border-b-success-100\/5 {
  border-bottom-color: rgb(185 230 184 / 0.05);
}
.border-b-success-100\/50 {
  border-bottom-color: rgb(185 230 184 / 0.5);
}
.border-b-success-100\/60 {
  border-bottom-color: rgb(185 230 184 / 0.6);
}
.border-b-success-100\/70 {
  border-bottom-color: rgb(185 230 184 / 0.7);
}
.border-b-success-100\/75 {
  border-bottom-color: rgb(185 230 184 / 0.75);
}
.border-b-success-100\/80 {
  border-bottom-color: rgb(185 230 184 / 0.8);
}
.border-b-success-100\/90 {
  border-bottom-color: rgb(185 230 184 / 0.9);
}
.border-b-success-100\/95 {
  border-bottom-color: rgb(185 230 184 / 0.95);
}
.border-b-success-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-b-success-200\/0 {
  border-bottom-color: rgb(159 219 157 / 0);
}
.border-b-success-200\/10 {
  border-bottom-color: rgb(159 219 157 / 0.1);
}
.border-b-success-200\/100 {
  border-bottom-color: rgb(159 219 157 / 1);
}
.border-b-success-200\/20 {
  border-bottom-color: rgb(159 219 157 / 0.2);
}
.border-b-success-200\/25 {
  border-bottom-color: rgb(159 219 157 / 0.25);
}
.border-b-success-200\/30 {
  border-bottom-color: rgb(159 219 157 / 0.3);
}
.border-b-success-200\/40 {
  border-bottom-color: rgb(159 219 157 / 0.4);
}
.border-b-success-200\/5 {
  border-bottom-color: rgb(159 219 157 / 0.05);
}
.border-b-success-200\/50 {
  border-bottom-color: rgb(159 219 157 / 0.5);
}
.border-b-success-200\/60 {
  border-bottom-color: rgb(159 219 157 / 0.6);
}
.border-b-success-200\/70 {
  border-bottom-color: rgb(159 219 157 / 0.7);
}
.border-b-success-200\/75 {
  border-bottom-color: rgb(159 219 157 / 0.75);
}
.border-b-success-200\/80 {
  border-bottom-color: rgb(159 219 157 / 0.8);
}
.border-b-success-200\/90 {
  border-bottom-color: rgb(159 219 157 / 0.9);
}
.border-b-success-200\/95 {
  border-bottom-color: rgb(159 219 157 / 0.95);
}
.border-b-success-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-b-success-400\/0 {
  border-bottom-color: rgb(106 197 103 / 0);
}
.border-b-success-400\/10 {
  border-bottom-color: rgb(106 197 103 / 0.1);
}
.border-b-success-400\/100 {
  border-bottom-color: rgb(106 197 103 / 1);
}
.border-b-success-400\/20 {
  border-bottom-color: rgb(106 197 103 / 0.2);
}
.border-b-success-400\/25 {
  border-bottom-color: rgb(106 197 103 / 0.25);
}
.border-b-success-400\/30 {
  border-bottom-color: rgb(106 197 103 / 0.3);
}
.border-b-success-400\/40 {
  border-bottom-color: rgb(106 197 103 / 0.4);
}
.border-b-success-400\/5 {
  border-bottom-color: rgb(106 197 103 / 0.05);
}
.border-b-success-400\/50 {
  border-bottom-color: rgb(106 197 103 / 0.5);
}
.border-b-success-400\/60 {
  border-bottom-color: rgb(106 197 103 / 0.6);
}
.border-b-success-400\/70 {
  border-bottom-color: rgb(106 197 103 / 0.7);
}
.border-b-success-400\/75 {
  border-bottom-color: rgb(106 197 103 / 0.75);
}
.border-b-success-400\/80 {
  border-bottom-color: rgb(106 197 103 / 0.8);
}
.border-b-success-400\/90 {
  border-bottom-color: rgb(106 197 103 / 0.9);
}
.border-b-success-400\/95 {
  border-bottom-color: rgb(106 197 103 / 0.95);
}
.border-b-success-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-b-success-50\/0 {
  border-bottom-color: rgb(212 241 211 / 0);
}
.border-b-success-50\/10 {
  border-bottom-color: rgb(212 241 211 / 0.1);
}
.border-b-success-50\/100 {
  border-bottom-color: rgb(212 241 211 / 1);
}
.border-b-success-50\/20 {
  border-bottom-color: rgb(212 241 211 / 0.2);
}
.border-b-success-50\/25 {
  border-bottom-color: rgb(212 241 211 / 0.25);
}
.border-b-success-50\/30 {
  border-bottom-color: rgb(212 241 211 / 0.3);
}
.border-b-success-50\/40 {
  border-bottom-color: rgb(212 241 211 / 0.4);
}
.border-b-success-50\/5 {
  border-bottom-color: rgb(212 241 211 / 0.05);
}
.border-b-success-50\/50 {
  border-bottom-color: rgb(212 241 211 / 0.5);
}
.border-b-success-50\/60 {
  border-bottom-color: rgb(212 241 211 / 0.6);
}
.border-b-success-50\/70 {
  border-bottom-color: rgb(212 241 211 / 0.7);
}
.border-b-success-50\/75 {
  border-bottom-color: rgb(212 241 211 / 0.75);
}
.border-b-success-50\/80 {
  border-bottom-color: rgb(212 241 211 / 0.8);
}
.border-b-success-50\/90 {
  border-bottom-color: rgb(212 241 211 / 0.9);
}
.border-b-success-50\/95 {
  border-bottom-color: rgb(212 241 211 / 0.95);
}
.border-b-success-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-b-success-600\/0 {
  border-bottom-color: rgb(54 175 49 / 0);
}
.border-b-success-600\/10 {
  border-bottom-color: rgb(54 175 49 / 0.1);
}
.border-b-success-600\/100 {
  border-bottom-color: rgb(54 175 49 / 1);
}
.border-b-success-600\/20 {
  border-bottom-color: rgb(54 175 49 / 0.2);
}
.border-b-success-600\/25 {
  border-bottom-color: rgb(54 175 49 / 0.25);
}
.border-b-success-600\/30 {
  border-bottom-color: rgb(54 175 49 / 0.3);
}
.border-b-success-600\/40 {
  border-bottom-color: rgb(54 175 49 / 0.4);
}
.border-b-success-600\/5 {
  border-bottom-color: rgb(54 175 49 / 0.05);
}
.border-b-success-600\/50 {
  border-bottom-color: rgb(54 175 49 / 0.5);
}
.border-b-success-600\/60 {
  border-bottom-color: rgb(54 175 49 / 0.6);
}
.border-b-success-600\/70 {
  border-bottom-color: rgb(54 175 49 / 0.7);
}
.border-b-success-600\/75 {
  border-bottom-color: rgb(54 175 49 / 0.75);
}
.border-b-success-600\/80 {
  border-bottom-color: rgb(54 175 49 / 0.8);
}
.border-b-success-600\/90 {
  border-bottom-color: rgb(54 175 49 / 0.9);
}
.border-b-success-600\/95 {
  border-bottom-color: rgb(54 175 49 / 0.95);
}
.border-b-teal-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-b-tertiary-hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-b-tertiary-hover\/0 {
  border-bottom-color: rgb(177 188 174 / 0);
}
.border-b-tertiary-hover\/10 {
  border-bottom-color: rgb(177 188 174 / 0.1);
}
.border-b-tertiary-hover\/100 {
  border-bottom-color: rgb(177 188 174 / 1);
}
.border-b-tertiary-hover\/20 {
  border-bottom-color: rgb(177 188 174 / 0.2);
}
.border-b-tertiary-hover\/25 {
  border-bottom-color: rgb(177 188 174 / 0.25);
}
.border-b-tertiary-hover\/30 {
  border-bottom-color: rgb(177 188 174 / 0.3);
}
.border-b-tertiary-hover\/40 {
  border-bottom-color: rgb(177 188 174 / 0.4);
}
.border-b-tertiary-hover\/5 {
  border-bottom-color: rgb(177 188 174 / 0.05);
}
.border-b-tertiary-hover\/50 {
  border-bottom-color: rgb(177 188 174 / 0.5);
}
.border-b-tertiary-hover\/60 {
  border-bottom-color: rgb(177 188 174 / 0.6);
}
.border-b-tertiary-hover\/70 {
  border-bottom-color: rgb(177 188 174 / 0.7);
}
.border-b-tertiary-hover\/75 {
  border-bottom-color: rgb(177 188 174 / 0.75);
}
.border-b-tertiary-hover\/80 {
  border-bottom-color: rgb(177 188 174 / 0.8);
}
.border-b-tertiary-hover\/90 {
  border-bottom-color: rgb(177 188 174 / 0.9);
}
.border-b-tertiary-hover\/95 {
  border-bottom-color: rgb(177 188 174 / 0.95);
}
.border-b-tertiary\/0 {
  border-bottom-color: rgb(76 88 72 / 0);
}
.border-b-tertiary\/10 {
  border-bottom-color: rgb(76 88 72 / 0.1);
}
.border-b-tertiary\/100 {
  border-bottom-color: rgb(76 88 72 / 1);
}
.border-b-tertiary\/20 {
  border-bottom-color: rgb(76 88 72 / 0.2);
}
.border-b-tertiary\/25 {
  border-bottom-color: rgb(76 88 72 / 0.25);
}
.border-b-tertiary\/30 {
  border-bottom-color: rgb(76 88 72 / 0.3);
}
.border-b-tertiary\/40 {
  border-bottom-color: rgb(76 88 72 / 0.4);
}
.border-b-tertiary\/5 {
  border-bottom-color: rgb(76 88 72 / 0.05);
}
.border-b-tertiary\/50 {
  border-bottom-color: rgb(76 88 72 / 0.5);
}
.border-b-tertiary\/60 {
  border-bottom-color: rgb(76 88 72 / 0.6);
}
.border-b-tertiary\/70 {
  border-bottom-color: rgb(76 88 72 / 0.7);
}
.border-b-tertiary\/75 {
  border-bottom-color: rgb(76 88 72 / 0.75);
}
.border-b-tertiary\/80 {
  border-bottom-color: rgb(76 88 72 / 0.8);
}
.border-b-tertiary\/90 {
  border-bottom-color: rgb(76 88 72 / 0.9);
}
.border-b-tertiary\/95 {
  border-bottom-color: rgb(76 88 72 / 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\/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\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-b-warning-100\/0 {
  border-bottom-color: rgb(230 225 177 / 0);
}
.border-b-warning-100\/10 {
  border-bottom-color: rgb(230 225 177 / 0.1);
}
.border-b-warning-100\/100 {
  border-bottom-color: rgb(230 225 177 / 1);
}
.border-b-warning-100\/20 {
  border-bottom-color: rgb(230 225 177 / 0.2);
}
.border-b-warning-100\/25 {
  border-bottom-color: rgb(230 225 177 / 0.25);
}
.border-b-warning-100\/30 {
  border-bottom-color: rgb(230 225 177 / 0.3);
}
.border-b-warning-100\/40 {
  border-bottom-color: rgb(230 225 177 / 0.4);
}
.border-b-warning-100\/5 {
  border-bottom-color: rgb(230 225 177 / 0.05);
}
.border-b-warning-100\/50 {
  border-bottom-color: rgb(230 225 177 / 0.5);
}
.border-b-warning-100\/60 {
  border-bottom-color: rgb(230 225 177 / 0.6);
}
.border-b-warning-100\/70 {
  border-bottom-color: rgb(230 225 177 / 0.7);
}
.border-b-warning-100\/75 {
  border-bottom-color: rgb(230 225 177 / 0.75);
}
.border-b-warning-100\/80 {
  border-bottom-color: rgb(230 225 177 / 0.8);
}
.border-b-warning-100\/90 {
  border-bottom-color: rgb(230 225 177 / 0.9);
}
.border-b-warning-100\/95 {
  border-bottom-color: rgb(230 225 177 / 0.95);
}
.border-b-warning-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-b-warning-200\/0 {
  border-bottom-color: rgb(217 201 146 / 0);
}
.border-b-warning-200\/10 {
  border-bottom-color: rgb(217 201 146 / 0.1);
}
.border-b-warning-200\/100 {
  border-bottom-color: rgb(217 201 146 / 1);
}
.border-b-warning-200\/20 {
  border-bottom-color: rgb(217 201 146 / 0.2);
}
.border-b-warning-200\/25 {
  border-bottom-color: rgb(217 201 146 / 0.25);
}
.border-b-warning-200\/30 {
  border-bottom-color: rgb(217 201 146 / 0.3);
}
.border-b-warning-200\/40 {
  border-bottom-color: rgb(217 201 146 / 0.4);
}
.border-b-warning-200\/5 {
  border-bottom-color: rgb(217 201 146 / 0.05);
}
.border-b-warning-200\/50 {
  border-bottom-color: rgb(217 201 146 / 0.5);
}
.border-b-warning-200\/60 {
  border-bottom-color: rgb(217 201 146 / 0.6);
}
.border-b-warning-200\/70 {
  border-bottom-color: rgb(217 201 146 / 0.7);
}
.border-b-warning-200\/75 {
  border-bottom-color: rgb(217 201 146 / 0.75);
}
.border-b-warning-200\/80 {
  border-bottom-color: rgb(217 201 146 / 0.8);
}
.border-b-warning-200\/90 {
  border-bottom-color: rgb(217 201 146 / 0.9);
}
.border-b-warning-200\/95 {
  border-bottom-color: rgb(217 201 146 / 0.95);
}
.border-b-warning-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-b-warning-400\/0 {
  border-bottom-color: rgb(198 168 100 / 0);
}
.border-b-warning-400\/10 {
  border-bottom-color: rgb(198 168 100 / 0.1);
}
.border-b-warning-400\/100 {
  border-bottom-color: rgb(198 168 100 / 1);
}
.border-b-warning-400\/20 {
  border-bottom-color: rgb(198 168 100 / 0.2);
}
.border-b-warning-400\/25 {
  border-bottom-color: rgb(198 168 100 / 0.25);
}
.border-b-warning-400\/30 {
  border-bottom-color: rgb(198 168 100 / 0.3);
}
.border-b-warning-400\/40 {
  border-bottom-color: rgb(198 168 100 / 0.4);
}
.border-b-warning-400\/5 {
  border-bottom-color: rgb(198 168 100 / 0.05);
}
.border-b-warning-400\/50 {
  border-bottom-color: rgb(198 168 100 / 0.5);
}
.border-b-warning-400\/60 {
  border-bottom-color: rgb(198 168 100 / 0.6);
}
.border-b-warning-400\/70 {
  border-bottom-color: rgb(198 168 100 / 0.7);
}
.border-b-warning-400\/75 {
  border-bottom-color: rgb(198 168 100 / 0.75);
}
.border-b-warning-400\/80 {
  border-bottom-color: rgb(198 168 100 / 0.8);
}
.border-b-warning-400\/90 {
  border-bottom-color: rgb(198 168 100 / 0.9);
}
.border-b-warning-400\/95 {
  border-bottom-color: rgb(198 168 100 / 0.95);
}
.border-b-warning-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-b-warning-50\/0 {
  border-bottom-color: rgb(242 239 208 / 0);
}
.border-b-warning-50\/10 {
  border-bottom-color: rgb(242 239 208 / 0.1);
}
.border-b-warning-50\/100 {
  border-bottom-color: rgb(242 239 208 / 1);
}
.border-b-warning-50\/20 {
  border-bottom-color: rgb(242 239 208 / 0.2);
}
.border-b-warning-50\/25 {
  border-bottom-color: rgb(242 239 208 / 0.25);
}
.border-b-warning-50\/30 {
  border-bottom-color: rgb(242 239 208 / 0.3);
}
.border-b-warning-50\/40 {
  border-bottom-color: rgb(242 239 208 / 0.4);
}
.border-b-warning-50\/5 {
  border-bottom-color: rgb(242 239 208 / 0.05);
}
.border-b-warning-50\/50 {
  border-bottom-color: rgb(242 239 208 / 0.5);
}
.border-b-warning-50\/60 {
  border-bottom-color: rgb(242 239 208 / 0.6);
}
.border-b-warning-50\/70 {
  border-bottom-color: rgb(242 239 208 / 0.7);
}
.border-b-warning-50\/75 {
  border-bottom-color: rgb(242 239 208 / 0.75);
}
.border-b-warning-50\/80 {
  border-bottom-color: rgb(242 239 208 / 0.8);
}
.border-b-warning-50\/90 {
  border-bottom-color: rgb(242 239 208 / 0.9);
}
.border-b-warning-50\/95 {
  border-bottom-color: rgb(242 239 208 / 0.95);
}
.border-b-warning-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-b-warning-600\/0 {
  border-bottom-color: rgb(179 134 54 / 0);
}
.border-b-warning-600\/10 {
  border-bottom-color: rgb(179 134 54 / 0.1);
}
.border-b-warning-600\/100 {
  border-bottom-color: rgb(179 134 54 / 1);
}
.border-b-warning-600\/20 {
  border-bottom-color: rgb(179 134 54 / 0.2);
}
.border-b-warning-600\/25 {
  border-bottom-color: rgb(179 134 54 / 0.25);
}
.border-b-warning-600\/30 {
  border-bottom-color: rgb(179 134 54 / 0.3);
}
.border-b-warning-600\/40 {
  border-bottom-color: rgb(179 134 54 / 0.4);
}
.border-b-warning-600\/5 {
  border-bottom-color: rgb(179 134 54 / 0.05);
}
.border-b-warning-600\/50 {
  border-bottom-color: rgb(179 134 54 / 0.5);
}
.border-b-warning-600\/60 {
  border-bottom-color: rgb(179 134 54 / 0.6);
}
.border-b-warning-600\/70 {
  border-bottom-color: rgb(179 134 54 / 0.7);
}
.border-b-warning-600\/75 {
  border-bottom-color: rgb(179 134 54 / 0.75);
}
.border-b-warning-600\/80 {
  border-bottom-color: rgb(179 134 54 / 0.8);
}
.border-b-warning-600\/90 {
  border-bottom-color: rgb(179 134 54 / 0.9);
}
.border-b-warning-600\/95 {
  border-bottom-color: rgb(179 134 54 / 0.95);
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-e-active-100\/0 {
  border-inline-end-color: rgb(185 230 184 / 0);
}
.border-e-active-100\/10 {
  border-inline-end-color: rgb(185 230 184 / 0.1);
}
.border-e-active-100\/100 {
  border-inline-end-color: rgb(185 230 184 / 1);
}
.border-e-active-100\/20 {
  border-inline-end-color: rgb(185 230 184 / 0.2);
}
.border-e-active-100\/25 {
  border-inline-end-color: rgb(185 230 184 / 0.25);
}
.border-e-active-100\/30 {
  border-inline-end-color: rgb(185 230 184 / 0.3);
}
.border-e-active-100\/40 {
  border-inline-end-color: rgb(185 230 184 / 0.4);
}
.border-e-active-100\/5 {
  border-inline-end-color: rgb(185 230 184 / 0.05);
}
.border-e-active-100\/50 {
  border-inline-end-color: rgb(185 230 184 / 0.5);
}
.border-e-active-100\/60 {
  border-inline-end-color: rgb(185 230 184 / 0.6);
}
.border-e-active-100\/70 {
  border-inline-end-color: rgb(185 230 184 / 0.7);
}
.border-e-active-100\/75 {
  border-inline-end-color: rgb(185 230 184 / 0.75);
}
.border-e-active-100\/80 {
  border-inline-end-color: rgb(185 230 184 / 0.8);
}
.border-e-active-100\/90 {
  border-inline-end-color: rgb(185 230 184 / 0.9);
}
.border-e-active-100\/95 {
  border-inline-end-color: rgb(185 230 184 / 0.95);
}
.border-e-active-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-e-active-200\/0 {
  border-inline-end-color: rgb(159 219 157 / 0);
}
.border-e-active-200\/10 {
  border-inline-end-color: rgb(159 219 157 / 0.1);
}
.border-e-active-200\/100 {
  border-inline-end-color: rgb(159 219 157 / 1);
}
.border-e-active-200\/20 {
  border-inline-end-color: rgb(159 219 157 / 0.2);
}
.border-e-active-200\/25 {
  border-inline-end-color: rgb(159 219 157 / 0.25);
}
.border-e-active-200\/30 {
  border-inline-end-color: rgb(159 219 157 / 0.3);
}
.border-e-active-200\/40 {
  border-inline-end-color: rgb(159 219 157 / 0.4);
}
.border-e-active-200\/5 {
  border-inline-end-color: rgb(159 219 157 / 0.05);
}
.border-e-active-200\/50 {
  border-inline-end-color: rgb(159 219 157 / 0.5);
}
.border-e-active-200\/60 {
  border-inline-end-color: rgb(159 219 157 / 0.6);
}
.border-e-active-200\/70 {
  border-inline-end-color: rgb(159 219 157 / 0.7);
}
.border-e-active-200\/75 {
  border-inline-end-color: rgb(159 219 157 / 0.75);
}
.border-e-active-200\/80 {
  border-inline-end-color: rgb(159 219 157 / 0.8);
}
.border-e-active-200\/90 {
  border-inline-end-color: rgb(159 219 157 / 0.9);
}
.border-e-active-200\/95 {
  border-inline-end-color: rgb(159 219 157 / 0.95);
}
.border-e-active-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-e-active-400\/0 {
  border-inline-end-color: rgb(106 197 103 / 0);
}
.border-e-active-400\/10 {
  border-inline-end-color: rgb(106 197 103 / 0.1);
}
.border-e-active-400\/100 {
  border-inline-end-color: rgb(106 197 103 / 1);
}
.border-e-active-400\/20 {
  border-inline-end-color: rgb(106 197 103 / 0.2);
}
.border-e-active-400\/25 {
  border-inline-end-color: rgb(106 197 103 / 0.25);
}
.border-e-active-400\/30 {
  border-inline-end-color: rgb(106 197 103 / 0.3);
}
.border-e-active-400\/40 {
  border-inline-end-color: rgb(106 197 103 / 0.4);
}
.border-e-active-400\/5 {
  border-inline-end-color: rgb(106 197 103 / 0.05);
}
.border-e-active-400\/50 {
  border-inline-end-color: rgb(106 197 103 / 0.5);
}
.border-e-active-400\/60 {
  border-inline-end-color: rgb(106 197 103 / 0.6);
}
.border-e-active-400\/70 {
  border-inline-end-color: rgb(106 197 103 / 0.7);
}
.border-e-active-400\/75 {
  border-inline-end-color: rgb(106 197 103 / 0.75);
}
.border-e-active-400\/80 {
  border-inline-end-color: rgb(106 197 103 / 0.8);
}
.border-e-active-400\/90 {
  border-inline-end-color: rgb(106 197 103 / 0.9);
}
.border-e-active-400\/95 {
  border-inline-end-color: rgb(106 197 103 / 0.95);
}
.border-e-active-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-e-active-50\/0 {
  border-inline-end-color: rgb(212 241 211 / 0);
}
.border-e-active-50\/10 {
  border-inline-end-color: rgb(212 241 211 / 0.1);
}
.border-e-active-50\/100 {
  border-inline-end-color: rgb(212 241 211 / 1);
}
.border-e-active-50\/20 {
  border-inline-end-color: rgb(212 241 211 / 0.2);
}
.border-e-active-50\/25 {
  border-inline-end-color: rgb(212 241 211 / 0.25);
}
.border-e-active-50\/30 {
  border-inline-end-color: rgb(212 241 211 / 0.3);
}
.border-e-active-50\/40 {
  border-inline-end-color: rgb(212 241 211 / 0.4);
}
.border-e-active-50\/5 {
  border-inline-end-color: rgb(212 241 211 / 0.05);
}
.border-e-active-50\/50 {
  border-inline-end-color: rgb(212 241 211 / 0.5);
}
.border-e-active-50\/60 {
  border-inline-end-color: rgb(212 241 211 / 0.6);
}
.border-e-active-50\/70 {
  border-inline-end-color: rgb(212 241 211 / 0.7);
}
.border-e-active-50\/75 {
  border-inline-end-color: rgb(212 241 211 / 0.75);
}
.border-e-active-50\/80 {
  border-inline-end-color: rgb(212 241 211 / 0.8);
}
.border-e-active-50\/90 {
  border-inline-end-color: rgb(212 241 211 / 0.9);
}
.border-e-active-50\/95 {
  border-inline-end-color: rgb(212 241 211 / 0.95);
}
.border-e-active-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-e-active-600\/0 {
  border-inline-end-color: rgb(54 175 49 / 0);
}
.border-e-active-600\/10 {
  border-inline-end-color: rgb(54 175 49 / 0.1);
}
.border-e-active-600\/100 {
  border-inline-end-color: rgb(54 175 49 / 1);
}
.border-e-active-600\/20 {
  border-inline-end-color: rgb(54 175 49 / 0.2);
}
.border-e-active-600\/25 {
  border-inline-end-color: rgb(54 175 49 / 0.25);
}
.border-e-active-600\/30 {
  border-inline-end-color: rgb(54 175 49 / 0.3);
}
.border-e-active-600\/40 {
  border-inline-end-color: rgb(54 175 49 / 0.4);
}
.border-e-active-600\/5 {
  border-inline-end-color: rgb(54 175 49 / 0.05);
}
.border-e-active-600\/50 {
  border-inline-end-color: rgb(54 175 49 / 0.5);
}
.border-e-active-600\/60 {
  border-inline-end-color: rgb(54 175 49 / 0.6);
}
.border-e-active-600\/70 {
  border-inline-end-color: rgb(54 175 49 / 0.7);
}
.border-e-active-600\/75 {
  border-inline-end-color: rgb(54 175 49 / 0.75);
}
.border-e-active-600\/80 {
  border-inline-end-color: rgb(54 175 49 / 0.8);
}
.border-e-active-600\/90 {
  border-inline-end-color: rgb(54 175 49 / 0.9);
}
.border-e-active-600\/95 {
  border-inline-end-color: rgb(54 175 49 / 0.95);
}
.border-e-amber-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-e-blue-850\/0 {
  border-inline-end-color: rgb(40 56 72 / 0);
}
.border-e-blue-850\/10 {
  border-inline-end-color: rgb(40 56 72 / 0.1);
}
.border-e-blue-850\/100 {
  border-inline-end-color: rgb(40 56 72 / 1);
}
.border-e-blue-850\/20 {
  border-inline-end-color: rgb(40 56 72 / 0.2);
}
.border-e-blue-850\/25 {
  border-inline-end-color: rgb(40 56 72 / 0.25);
}
.border-e-blue-850\/30 {
  border-inline-end-color: rgb(40 56 72 / 0.3);
}
.border-e-blue-850\/40 {
  border-inline-end-color: rgb(40 56 72 / 0.4);
}
.border-e-blue-850\/5 {
  border-inline-end-color: rgb(40 56 72 / 0.05);
}
.border-e-blue-850\/50 {
  border-inline-end-color: rgb(40 56 72 / 0.5);
}
.border-e-blue-850\/60 {
  border-inline-end-color: rgb(40 56 72 / 0.6);
}
.border-e-blue-850\/70 {
  border-inline-end-color: rgb(40 56 72 / 0.7);
}
.border-e-blue-850\/75 {
  border-inline-end-color: rgb(40 56 72 / 0.75);
}
.border-e-blue-850\/80 {
  border-inline-end-color: rgb(40 56 72 / 0.8);
}
.border-e-blue-850\/90 {
  border-inline-end-color: rgb(40 56 72 / 0.9);
}
.border-e-blue-850\/95 {
  border-inline-end-color: rgb(40 56 72 / 0.95);
}
.border-e-blue-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-e-error-100\/0 {
  border-inline-end-color: rgb(224 177 177 / 0);
}
.border-e-error-100\/10 {
  border-inline-end-color: rgb(224 177 177 / 0.1);
}
.border-e-error-100\/100 {
  border-inline-end-color: rgb(224 177 177 / 1);
}
.border-e-error-100\/20 {
  border-inline-end-color: rgb(224 177 177 / 0.2);
}
.border-e-error-100\/25 {
  border-inline-end-color: rgb(224 177 177 / 0.25);
}
.border-e-error-100\/30 {
  border-inline-end-color: rgb(224 177 177 / 0.3);
}
.border-e-error-100\/40 {
  border-inline-end-color: rgb(224 177 177 / 0.4);
}
.border-e-error-100\/5 {
  border-inline-end-color: rgb(224 177 177 / 0.05);
}
.border-e-error-100\/50 {
  border-inline-end-color: rgb(224 177 177 / 0.5);
}
.border-e-error-100\/60 {
  border-inline-end-color: rgb(224 177 177 / 0.6);
}
.border-e-error-100\/70 {
  border-inline-end-color: rgb(224 177 177 / 0.7);
}
.border-e-error-100\/75 {
  border-inline-end-color: rgb(224 177 177 / 0.75);
}
.border-e-error-100\/80 {
  border-inline-end-color: rgb(224 177 177 / 0.8);
}
.border-e-error-100\/90 {
  border-inline-end-color: rgb(224 177 177 / 0.9);
}
.border-e-error-100\/95 {
  border-inline-end-color: rgb(224 177 177 / 0.95);
}
.border-e-error-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-e-error-200\/0 {
  border-inline-end-color: rgb(211 148 148 / 0);
}
.border-e-error-200\/10 {
  border-inline-end-color: rgb(211 148 148 / 0.1);
}
.border-e-error-200\/100 {
  border-inline-end-color: rgb(211 148 148 / 1);
}
.border-e-error-200\/20 {
  border-inline-end-color: rgb(211 148 148 / 0.2);
}
.border-e-error-200\/25 {
  border-inline-end-color: rgb(211 148 148 / 0.25);
}
.border-e-error-200\/30 {
  border-inline-end-color: rgb(211 148 148 / 0.3);
}
.border-e-error-200\/40 {
  border-inline-end-color: rgb(211 148 148 / 0.4);
}
.border-e-error-200\/5 {
  border-inline-end-color: rgb(211 148 148 / 0.05);
}
.border-e-error-200\/50 {
  border-inline-end-color: rgb(211 148 148 / 0.5);
}
.border-e-error-200\/60 {
  border-inline-end-color: rgb(211 148 148 / 0.6);
}
.border-e-error-200\/70 {
  border-inline-end-color: rgb(211 148 148 / 0.7);
}
.border-e-error-200\/75 {
  border-inline-end-color: rgb(211 148 148 / 0.75);
}
.border-e-error-200\/80 {
  border-inline-end-color: rgb(211 148 148 / 0.8);
}
.border-e-error-200\/90 {
  border-inline-end-color: rgb(211 148 148 / 0.9);
}
.border-e-error-200\/95 {
  border-inline-end-color: rgb(211 148 148 / 0.95);
}
.border-e-error-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-e-error-400\/0 {
  border-inline-end-color: rgb(198 103 103 / 0);
}
.border-e-error-400\/10 {
  border-inline-end-color: rgb(198 103 103 / 0.1);
}
.border-e-error-400\/100 {
  border-inline-end-color: rgb(198 103 103 / 1);
}
.border-e-error-400\/20 {
  border-inline-end-color: rgb(198 103 103 / 0.2);
}
.border-e-error-400\/25 {
  border-inline-end-color: rgb(198 103 103 / 0.25);
}
.border-e-error-400\/30 {
  border-inline-end-color: rgb(198 103 103 / 0.3);
}
.border-e-error-400\/40 {
  border-inline-end-color: rgb(198 103 103 / 0.4);
}
.border-e-error-400\/5 {
  border-inline-end-color: rgb(198 103 103 / 0.05);
}
.border-e-error-400\/50 {
  border-inline-end-color: rgb(198 103 103 / 0.5);
}
.border-e-error-400\/60 {
  border-inline-end-color: rgb(198 103 103 / 0.6);
}
.border-e-error-400\/70 {
  border-inline-end-color: rgb(198 103 103 / 0.7);
}
.border-e-error-400\/75 {
  border-inline-end-color: rgb(198 103 103 / 0.75);
}
.border-e-error-400\/80 {
  border-inline-end-color: rgb(198 103 103 / 0.8);
}
.border-e-error-400\/90 {
  border-inline-end-color: rgb(198 103 103 / 0.9);
}
.border-e-error-400\/95 {
  border-inline-end-color: rgb(198 103 103 / 0.95);
}
.border-e-error-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-e-error-50\/0 {
  border-inline-end-color: rgb(237 206 206 / 0);
}
.border-e-error-50\/10 {
  border-inline-end-color: rgb(237 206 206 / 0.1);
}
.border-e-error-50\/100 {
  border-inline-end-color: rgb(237 206 206 / 1);
}
.border-e-error-50\/20 {
  border-inline-end-color: rgb(237 206 206 / 0.2);
}
.border-e-error-50\/25 {
  border-inline-end-color: rgb(237 206 206 / 0.25);
}
.border-e-error-50\/30 {
  border-inline-end-color: rgb(237 206 206 / 0.3);
}
.border-e-error-50\/40 {
  border-inline-end-color: rgb(237 206 206 / 0.4);
}
.border-e-error-50\/5 {
  border-inline-end-color: rgb(237 206 206 / 0.05);
}
.border-e-error-50\/50 {
  border-inline-end-color: rgb(237 206 206 / 0.5);
}
.border-e-error-50\/60 {
  border-inline-end-color: rgb(237 206 206 / 0.6);
}
.border-e-error-50\/70 {
  border-inline-end-color: rgb(237 206 206 / 0.7);
}
.border-e-error-50\/75 {
  border-inline-end-color: rgb(237 206 206 / 0.75);
}
.border-e-error-50\/80 {
  border-inline-end-color: rgb(237 206 206 / 0.8);
}
.border-e-error-50\/90 {
  border-inline-end-color: rgb(237 206 206 / 0.9);
}
.border-e-error-50\/95 {
  border-inline-end-color: rgb(237 206 206 / 0.95);
}
.border-e-error-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-e-error-600\/0 {
  border-inline-end-color: rgb(185 58 58 / 0);
}
.border-e-error-600\/10 {
  border-inline-end-color: rgb(185 58 58 / 0.1);
}
.border-e-error-600\/100 {
  border-inline-end-color: rgb(185 58 58 / 1);
}
.border-e-error-600\/20 {
  border-inline-end-color: rgb(185 58 58 / 0.2);
}
.border-e-error-600\/25 {
  border-inline-end-color: rgb(185 58 58 / 0.25);
}
.border-e-error-600\/30 {
  border-inline-end-color: rgb(185 58 58 / 0.3);
}
.border-e-error-600\/40 {
  border-inline-end-color: rgb(185 58 58 / 0.4);
}
.border-e-error-600\/5 {
  border-inline-end-color: rgb(185 58 58 / 0.05);
}
.border-e-error-600\/50 {
  border-inline-end-color: rgb(185 58 58 / 0.5);
}
.border-e-error-600\/60 {
  border-inline-end-color: rgb(185 58 58 / 0.6);
}
.border-e-error-600\/70 {
  border-inline-end-color: rgb(185 58 58 / 0.7);
}
.border-e-error-600\/75 {
  border-inline-end-color: rgb(185 58 58 / 0.75);
}
.border-e-error-600\/80 {
  border-inline-end-color: rgb(185 58 58 / 0.8);
}
.border-e-error-600\/90 {
  border-inline-end-color: rgb(185 58 58 / 0.9);
}
.border-e-error-600\/95 {
  border-inline-end-color: rgb(185 58 58 / 0.95);
}
.border-e-fuchsia-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-e-green-850\/0 {
  border-inline-end-color: rgb(73 89 70 / 0);
}
.border-e-green-850\/10 {
  border-inline-end-color: rgb(73 89 70 / 0.1);
}
.border-e-green-850\/100 {
  border-inline-end-color: rgb(73 89 70 / 1);
}
.border-e-green-850\/20 {
  border-inline-end-color: rgb(73 89 70 / 0.2);
}
.border-e-green-850\/25 {
  border-inline-end-color: rgb(73 89 70 / 0.25);
}
.border-e-green-850\/30 {
  border-inline-end-color: rgb(73 89 70 / 0.3);
}
.border-e-green-850\/40 {
  border-inline-end-color: rgb(73 89 70 / 0.4);
}
.border-e-green-850\/5 {
  border-inline-end-color: rgb(73 89 70 / 0.05);
}
.border-e-green-850\/50 {
  border-inline-end-color: rgb(73 89 70 / 0.5);
}
.border-e-green-850\/60 {
  border-inline-end-color: rgb(73 89 70 / 0.6);
}
.border-e-green-850\/70 {
  border-inline-end-color: rgb(73 89 70 / 0.7);
}
.border-e-green-850\/75 {
  border-inline-end-color: rgb(73 89 70 / 0.75);
}
.border-e-green-850\/80 {
  border-inline-end-color: rgb(73 89 70 / 0.8);
}
.border-e-green-850\/90 {
  border-inline-end-color: rgb(73 89 70 / 0.9);
}
.border-e-green-850\/95 {
  border-inline-end-color: rgb(73 89 70 / 0.95);
}
.border-e-green-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-e-grey-100\/0 {
  border-inline-end-color: rgb(245 245 245 / 0);
}
.border-e-grey-100\/10 {
  border-inline-end-color: rgb(245 245 245 / 0.1);
}
.border-e-grey-100\/100 {
  border-inline-end-color: rgb(245 245 245 / 1);
}
.border-e-grey-100\/20 {
  border-inline-end-color: rgb(245 245 245 / 0.2);
}
.border-e-grey-100\/25 {
  border-inline-end-color: rgb(245 245 245 / 0.25);
}
.border-e-grey-100\/30 {
  border-inline-end-color: rgb(245 245 245 / 0.3);
}
.border-e-grey-100\/40 {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}
.border-e-grey-100\/5 {
  border-inline-end-color: rgb(245 245 245 / 0.05);
}
.border-e-grey-100\/50 {
  border-inline-end-color: rgb(245 245 245 / 0.5);
}
.border-e-grey-100\/60 {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}
.border-e-grey-100\/70 {
  border-inline-end-color: rgb(245 245 245 / 0.7);
}
.border-e-grey-100\/75 {
  border-inline-end-color: rgb(245 245 245 / 0.75);
}
.border-e-grey-100\/80 {
  border-inline-end-color: rgb(245 245 245 / 0.8);
}
.border-e-grey-100\/90 {
  border-inline-end-color: rgb(245 245 245 / 0.9);
}
.border-e-grey-100\/95 {
  border-inline-end-color: rgb(245 245 245 / 0.95);
}
.border-e-grey-125 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-e-grey-125\/0 {
  border-inline-end-color: rgb(237 235 235 / 0);
}
.border-e-grey-125\/10 {
  border-inline-end-color: rgb(237 235 235 / 0.1);
}
.border-e-grey-125\/100 {
  border-inline-end-color: rgb(237 235 235 / 1);
}
.border-e-grey-125\/20 {
  border-inline-end-color: rgb(237 235 235 / 0.2);
}
.border-e-grey-125\/25 {
  border-inline-end-color: rgb(237 235 235 / 0.25);
}
.border-e-grey-125\/30 {
  border-inline-end-color: rgb(237 235 235 / 0.3);
}
.border-e-grey-125\/40 {
  border-inline-end-color: rgb(237 235 235 / 0.4);
}
.border-e-grey-125\/5 {
  border-inline-end-color: rgb(237 235 235 / 0.05);
}
.border-e-grey-125\/50 {
  border-inline-end-color: rgb(237 235 235 / 0.5);
}
.border-e-grey-125\/60 {
  border-inline-end-color: rgb(237 235 235 / 0.6);
}
.border-e-grey-125\/70 {
  border-inline-end-color: rgb(237 235 235 / 0.7);
}
.border-e-grey-125\/75 {
  border-inline-end-color: rgb(237 235 235 / 0.75);
}
.border-e-grey-125\/80 {
  border-inline-end-color: rgb(237 235 235 / 0.8);
}
.border-e-grey-125\/90 {
  border-inline-end-color: rgb(237 235 235 / 0.9);
}
.border-e-grey-125\/95 {
  border-inline-end-color: rgb(237 235 235 / 0.95);
}
.border-e-grey-150 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-e-grey-150\/0 {
  border-inline-end-color: rgb(220 220 220 / 0);
}
.border-e-grey-150\/10 {
  border-inline-end-color: rgb(220 220 220 / 0.1);
}
.border-e-grey-150\/100 {
  border-inline-end-color: rgb(220 220 220 / 1);
}
.border-e-grey-150\/20 {
  border-inline-end-color: rgb(220 220 220 / 0.2);
}
.border-e-grey-150\/25 {
  border-inline-end-color: rgb(220 220 220 / 0.25);
}
.border-e-grey-150\/30 {
  border-inline-end-color: rgb(220 220 220 / 0.3);
}
.border-e-grey-150\/40 {
  border-inline-end-color: rgb(220 220 220 / 0.4);
}
.border-e-grey-150\/5 {
  border-inline-end-color: rgb(220 220 220 / 0.05);
}
.border-e-grey-150\/50 {
  border-inline-end-color: rgb(220 220 220 / 0.5);
}
.border-e-grey-150\/60 {
  border-inline-end-color: rgb(220 220 220 / 0.6);
}
.border-e-grey-150\/70 {
  border-inline-end-color: rgb(220 220 220 / 0.7);
}
.border-e-grey-150\/75 {
  border-inline-end-color: rgb(220 220 220 / 0.75);
}
.border-e-grey-150\/80 {
  border-inline-end-color: rgb(220 220 220 / 0.8);
}
.border-e-grey-150\/90 {
  border-inline-end-color: rgb(220 220 220 / 0.9);
}
.border-e-grey-150\/95 {
  border-inline-end-color: rgb(220 220 220 / 0.95);
}
.border-e-grey-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-e-grey-200\/0 {
  border-inline-end-color: rgb(201 201 201 / 0);
}
.border-e-grey-200\/10 {
  border-inline-end-color: rgb(201 201 201 / 0.1);
}
.border-e-grey-200\/100 {
  border-inline-end-color: rgb(201 201 201 / 1);
}
.border-e-grey-200\/20 {
  border-inline-end-color: rgb(201 201 201 / 0.2);
}
.border-e-grey-200\/25 {
  border-inline-end-color: rgb(201 201 201 / 0.25);
}
.border-e-grey-200\/30 {
  border-inline-end-color: rgb(201 201 201 / 0.3);
}
.border-e-grey-200\/40 {
  border-inline-end-color: rgb(201 201 201 / 0.4);
}
.border-e-grey-200\/5 {
  border-inline-end-color: rgb(201 201 201 / 0.05);
}
.border-e-grey-200\/50 {
  border-inline-end-color: rgb(201 201 201 / 0.5);
}
.border-e-grey-200\/60 {
  border-inline-end-color: rgb(201 201 201 / 0.6);
}
.border-e-grey-200\/70 {
  border-inline-end-color: rgb(201 201 201 / 0.7);
}
.border-e-grey-200\/75 {
  border-inline-end-color: rgb(201 201 201 / 0.75);
}
.border-e-grey-200\/80 {
  border-inline-end-color: rgb(201 201 201 / 0.8);
}
.border-e-grey-200\/90 {
  border-inline-end-color: rgb(201 201 201 / 0.9);
}
.border-e-grey-200\/95 {
  border-inline-end-color: rgb(201 201 201 / 0.95);
}
.border-e-grey-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-e-grey-300\/0 {
  border-inline-end-color: rgb(183 183 183 / 0);
}
.border-e-grey-300\/10 {
  border-inline-end-color: rgb(183 183 183 / 0.1);
}
.border-e-grey-300\/100 {
  border-inline-end-color: rgb(183 183 183 / 1);
}
.border-e-grey-300\/20 {
  border-inline-end-color: rgb(183 183 183 / 0.2);
}
.border-e-grey-300\/25 {
  border-inline-end-color: rgb(183 183 183 / 0.25);
}
.border-e-grey-300\/30 {
  border-inline-end-color: rgb(183 183 183 / 0.3);
}
.border-e-grey-300\/40 {
  border-inline-end-color: rgb(183 183 183 / 0.4);
}
.border-e-grey-300\/5 {
  border-inline-end-color: rgb(183 183 183 / 0.05);
}
.border-e-grey-300\/50 {
  border-inline-end-color: rgb(183 183 183 / 0.5);
}
.border-e-grey-300\/60 {
  border-inline-end-color: rgb(183 183 183 / 0.6);
}
.border-e-grey-300\/70 {
  border-inline-end-color: rgb(183 183 183 / 0.7);
}
.border-e-grey-300\/75 {
  border-inline-end-color: rgb(183 183 183 / 0.75);
}
.border-e-grey-300\/80 {
  border-inline-end-color: rgb(183 183 183 / 0.8);
}
.border-e-grey-300\/90 {
  border-inline-end-color: rgb(183 183 183 / 0.9);
}
.border-e-grey-300\/95 {
  border-inline-end-color: rgb(183 183 183 / 0.95);
}
.border-e-grey-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-e-grey-400\/0 {
  border-inline-end-color: rgb(218 218 218 / 0);
}
.border-e-grey-400\/10 {
  border-inline-end-color: rgb(218 218 218 / 0.1);
}
.border-e-grey-400\/100 {
  border-inline-end-color: rgb(218 218 218 / 1);
}
.border-e-grey-400\/20 {
  border-inline-end-color: rgb(218 218 218 / 0.2);
}
.border-e-grey-400\/25 {
  border-inline-end-color: rgb(218 218 218 / 0.25);
}
.border-e-grey-400\/30 {
  border-inline-end-color: rgb(218 218 218 / 0.3);
}
.border-e-grey-400\/40 {
  border-inline-end-color: rgb(218 218 218 / 0.4);
}
.border-e-grey-400\/5 {
  border-inline-end-color: rgb(218 218 218 / 0.05);
}
.border-e-grey-400\/50 {
  border-inline-end-color: rgb(218 218 218 / 0.5);
}
.border-e-grey-400\/60 {
  border-inline-end-color: rgb(218 218 218 / 0.6);
}
.border-e-grey-400\/70 {
  border-inline-end-color: rgb(218 218 218 / 0.7);
}
.border-e-grey-400\/75 {
  border-inline-end-color: rgb(218 218 218 / 0.75);
}
.border-e-grey-400\/80 {
  border-inline-end-color: rgb(218 218 218 / 0.8);
}
.border-e-grey-400\/90 {
  border-inline-end-color: rgb(218 218 218 / 0.9);
}
.border-e-grey-400\/95 {
  border-inline-end-color: rgb(218 218 218 / 0.95);
}
.border-e-grey-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-e-grey-50\/0 {
  border-inline-end-color: rgb(254 254 254 / 0);
}
.border-e-grey-50\/10 {
  border-inline-end-color: rgb(254 254 254 / 0.1);
}
.border-e-grey-50\/100 {
  border-inline-end-color: rgb(254 254 254 / 1);
}
.border-e-grey-50\/20 {
  border-inline-end-color: rgb(254 254 254 / 0.2);
}
.border-e-grey-50\/25 {
  border-inline-end-color: rgb(254 254 254 / 0.25);
}
.border-e-grey-50\/30 {
  border-inline-end-color: rgb(254 254 254 / 0.3);
}
.border-e-grey-50\/40 {
  border-inline-end-color: rgb(254 254 254 / 0.4);
}
.border-e-grey-50\/5 {
  border-inline-end-color: rgb(254 254 254 / 0.05);
}
.border-e-grey-50\/50 {
  border-inline-end-color: rgb(254 254 254 / 0.5);
}
.border-e-grey-50\/60 {
  border-inline-end-color: rgb(254 254 254 / 0.6);
}
.border-e-grey-50\/70 {
  border-inline-end-color: rgb(254 254 254 / 0.7);
}
.border-e-grey-50\/75 {
  border-inline-end-color: rgb(254 254 254 / 0.75);
}
.border-e-grey-50\/80 {
  border-inline-end-color: rgb(254 254 254 / 0.8);
}
.border-e-grey-50\/90 {
  border-inline-end-color: rgb(254 254 254 / 0.9);
}
.border-e-grey-50\/95 {
  border-inline-end-color: rgb(254 254 254 / 0.95);
}
.border-e-grey-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-e-grey-500\/0 {
  border-inline-end-color: rgb(142 142 142 / 0);
}
.border-e-grey-500\/10 {
  border-inline-end-color: rgb(142 142 142 / 0.1);
}
.border-e-grey-500\/100 {
  border-inline-end-color: rgb(142 142 142 / 1);
}
.border-e-grey-500\/20 {
  border-inline-end-color: rgb(142 142 142 / 0.2);
}
.border-e-grey-500\/25 {
  border-inline-end-color: rgb(142 142 142 / 0.25);
}
.border-e-grey-500\/30 {
  border-inline-end-color: rgb(142 142 142 / 0.3);
}
.border-e-grey-500\/40 {
  border-inline-end-color: rgb(142 142 142 / 0.4);
}
.border-e-grey-500\/5 {
  border-inline-end-color: rgb(142 142 142 / 0.05);
}
.border-e-grey-500\/50 {
  border-inline-end-color: rgb(142 142 142 / 0.5);
}
.border-e-grey-500\/60 {
  border-inline-end-color: rgb(142 142 142 / 0.6);
}
.border-e-grey-500\/70 {
  border-inline-end-color: rgb(142 142 142 / 0.7);
}
.border-e-grey-500\/75 {
  border-inline-end-color: rgb(142 142 142 / 0.75);
}
.border-e-grey-500\/80 {
  border-inline-end-color: rgb(142 142 142 / 0.8);
}
.border-e-grey-500\/90 {
  border-inline-end-color: rgb(142 142 142 / 0.9);
}
.border-e-grey-500\/95 {
  border-inline-end-color: rgb(142 142 142 / 0.95);
}
.border-e-grey-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-e-grey-600\/0 {
  border-inline-end-color: rgb(111 111 111 / 0);
}
.border-e-grey-600\/10 {
  border-inline-end-color: rgb(111 111 111 / 0.1);
}
.border-e-grey-600\/100 {
  border-inline-end-color: rgb(111 111 111 / 1);
}
.border-e-grey-600\/20 {
  border-inline-end-color: rgb(111 111 111 / 0.2);
}
.border-e-grey-600\/25 {
  border-inline-end-color: rgb(111 111 111 / 0.25);
}
.border-e-grey-600\/30 {
  border-inline-end-color: rgb(111 111 111 / 0.3);
}
.border-e-grey-600\/40 {
  border-inline-end-color: rgb(111 111 111 / 0.4);
}
.border-e-grey-600\/5 {
  border-inline-end-color: rgb(111 111 111 / 0.05);
}
.border-e-grey-600\/50 {
  border-inline-end-color: rgb(111 111 111 / 0.5);
}
.border-e-grey-600\/60 {
  border-inline-end-color: rgb(111 111 111 / 0.6);
}
.border-e-grey-600\/70 {
  border-inline-end-color: rgb(111 111 111 / 0.7);
}
.border-e-grey-600\/75 {
  border-inline-end-color: rgb(111 111 111 / 0.75);
}
.border-e-grey-600\/80 {
  border-inline-end-color: rgb(111 111 111 / 0.8);
}
.border-e-grey-600\/90 {
  border-inline-end-color: rgb(111 111 111 / 0.9);
}
.border-e-grey-600\/95 {
  border-inline-end-color: rgb(111 111 111 / 0.95);
}
.border-e-grey-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-e-grey-700\/0 {
  border-inline-end-color: rgb(82 82 82 / 0);
}
.border-e-grey-700\/10 {
  border-inline-end-color: rgb(82 82 82 / 0.1);
}
.border-e-grey-700\/100 {
  border-inline-end-color: rgb(82 82 82 / 1);
}
.border-e-grey-700\/20 {
  border-inline-end-color: rgb(82 82 82 / 0.2);
}
.border-e-grey-700\/25 {
  border-inline-end-color: rgb(82 82 82 / 0.25);
}
.border-e-grey-700\/30 {
  border-inline-end-color: rgb(82 82 82 / 0.3);
}
.border-e-grey-700\/40 {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}
.border-e-grey-700\/5 {
  border-inline-end-color: rgb(82 82 82 / 0.05);
}
.border-e-grey-700\/50 {
  border-inline-end-color: rgb(82 82 82 / 0.5);
}
.border-e-grey-700\/60 {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}
.border-e-grey-700\/70 {
  border-inline-end-color: rgb(82 82 82 / 0.7);
}
.border-e-grey-700\/75 {
  border-inline-end-color: rgb(82 82 82 / 0.75);
}
.border-e-grey-700\/80 {
  border-inline-end-color: rgb(82 82 82 / 0.8);
}
.border-e-grey-700\/90 {
  border-inline-end-color: rgb(82 82 82 / 0.9);
}
.border-e-grey-700\/95 {
  border-inline-end-color: rgb(82 82 82 / 0.95);
}
.border-e-grey-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-e-grey-800\/0 {
  border-inline-end-color: rgb(53 53 53 / 0);
}
.border-e-grey-800\/10 {
  border-inline-end-color: rgb(53 53 53 / 0.1);
}
.border-e-grey-800\/100 {
  border-inline-end-color: rgb(53 53 53 / 1);
}
.border-e-grey-800\/20 {
  border-inline-end-color: rgb(53 53 53 / 0.2);
}
.border-e-grey-800\/25 {
  border-inline-end-color: rgb(53 53 53 / 0.25);
}
.border-e-grey-800\/30 {
  border-inline-end-color: rgb(53 53 53 / 0.3);
}
.border-e-grey-800\/40 {
  border-inline-end-color: rgb(53 53 53 / 0.4);
}
.border-e-grey-800\/5 {
  border-inline-end-color: rgb(53 53 53 / 0.05);
}
.border-e-grey-800\/50 {
  border-inline-end-color: rgb(53 53 53 / 0.5);
}
.border-e-grey-800\/60 {
  border-inline-end-color: rgb(53 53 53 / 0.6);
}
.border-e-grey-800\/70 {
  border-inline-end-color: rgb(53 53 53 / 0.7);
}
.border-e-grey-800\/75 {
  border-inline-end-color: rgb(53 53 53 / 0.75);
}
.border-e-grey-800\/80 {
  border-inline-end-color: rgb(53 53 53 / 0.8);
}
.border-e-grey-800\/90 {
  border-inline-end-color: rgb(53 53 53 / 0.9);
}
.border-e-grey-800\/95 {
  border-inline-end-color: rgb(53 53 53 / 0.95);
}
.border-e-grey-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-e-grey-900\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-grey-900\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-grey-900\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-grey-900\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-grey-900\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-grey-900\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-grey-900\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-grey-900\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-grey-900\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-grey-900\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-grey-900\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-grey-900\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-grey-900\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-grey-900\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-grey-900\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-indigo-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-e-primary-hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-e-primary-hover\/0 {
  border-inline-end-color: rgb(205 243 208 / 0);
}
.border-e-primary-hover\/10 {
  border-inline-end-color: rgb(205 243 208 / 0.1);
}
.border-e-primary-hover\/100 {
  border-inline-end-color: rgb(205 243 208 / 1);
}
.border-e-primary-hover\/20 {
  border-inline-end-color: rgb(205 243 208 / 0.2);
}
.border-e-primary-hover\/25 {
  border-inline-end-color: rgb(205 243 208 / 0.25);
}
.border-e-primary-hover\/30 {
  border-inline-end-color: rgb(205 243 208 / 0.3);
}
.border-e-primary-hover\/40 {
  border-inline-end-color: rgb(205 243 208 / 0.4);
}
.border-e-primary-hover\/5 {
  border-inline-end-color: rgb(205 243 208 / 0.05);
}
.border-e-primary-hover\/50 {
  border-inline-end-color: rgb(205 243 208 / 0.5);
}
.border-e-primary-hover\/60 {
  border-inline-end-color: rgb(205 243 208 / 0.6);
}
.border-e-primary-hover\/70 {
  border-inline-end-color: rgb(205 243 208 / 0.7);
}
.border-e-primary-hover\/75 {
  border-inline-end-color: rgb(205 243 208 / 0.75);
}
.border-e-primary-hover\/80 {
  border-inline-end-color: rgb(205 243 208 / 0.8);
}
.border-e-primary-hover\/90 {
  border-inline-end-color: rgb(205 243 208 / 0.9);
}
.border-e-primary-hover\/95 {
  border-inline-end-color: rgb(205 243 208 / 0.95);
}
.border-e-primary\/0 {
  border-inline-end-color: rgb(27 218 46 / 0);
}
.border-e-primary\/10 {
  border-inline-end-color: rgb(27 218 46 / 0.1);
}
.border-e-primary\/100 {
  border-inline-end-color: rgb(27 218 46 / 1);
}
.border-e-primary\/20 {
  border-inline-end-color: rgb(27 218 46 / 0.2);
}
.border-e-primary\/25 {
  border-inline-end-color: rgb(27 218 46 / 0.25);
}
.border-e-primary\/30 {
  border-inline-end-color: rgb(27 218 46 / 0.3);
}
.border-e-primary\/40 {
  border-inline-end-color: rgb(27 218 46 / 0.4);
}
.border-e-primary\/5 {
  border-inline-end-color: rgb(27 218 46 / 0.05);
}
.border-e-primary\/50 {
  border-inline-end-color: rgb(27 218 46 / 0.5);
}
.border-e-primary\/60 {
  border-inline-end-color: rgb(27 218 46 / 0.6);
}
.border-e-primary\/70 {
  border-inline-end-color: rgb(27 218 46 / 0.7);
}
.border-e-primary\/75 {
  border-inline-end-color: rgb(27 218 46 / 0.75);
}
.border-e-primary\/80 {
  border-inline-end-color: rgb(27 218 46 / 0.8);
}
.border-e-primary\/90 {
  border-inline-end-color: rgb(27 218 46 / 0.9);
}
.border-e-primary\/95 {
  border-inline-end-color: rgb(27 218 46 / 0.95);
}
.border-e-purple-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-e-secondary\/0 {
  border-inline-end-color: rgb(205 243 208 / 0);
}
.border-e-secondary\/10 {
  border-inline-end-color: rgb(205 243 208 / 0.1);
}
.border-e-secondary\/100 {
  border-inline-end-color: rgb(205 243 208 / 1);
}
.border-e-secondary\/20 {
  border-inline-end-color: rgb(205 243 208 / 0.2);
}
.border-e-secondary\/25 {
  border-inline-end-color: rgb(205 243 208 / 0.25);
}
.border-e-secondary\/30 {
  border-inline-end-color: rgb(205 243 208 / 0.3);
}
.border-e-secondary\/40 {
  border-inline-end-color: rgb(205 243 208 / 0.4);
}
.border-e-secondary\/5 {
  border-inline-end-color: rgb(205 243 208 / 0.05);
}
.border-e-secondary\/50 {
  border-inline-end-color: rgb(205 243 208 / 0.5);
}
.border-e-secondary\/60 {
  border-inline-end-color: rgb(205 243 208 / 0.6);
}
.border-e-secondary\/70 {
  border-inline-end-color: rgb(205 243 208 / 0.7);
}
.border-e-secondary\/75 {
  border-inline-end-color: rgb(205 243 208 / 0.75);
}
.border-e-secondary\/80 {
  border-inline-end-color: rgb(205 243 208 / 0.8);
}
.border-e-secondary\/90 {
  border-inline-end-color: rgb(205 243 208 / 0.9);
}
.border-e-secondary\/95 {
  border-inline-end-color: rgb(205 243 208 / 0.95);
}
.border-e-sky-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-e-success-100\/0 {
  border-inline-end-color: rgb(185 230 184 / 0);
}
.border-e-success-100\/10 {
  border-inline-end-color: rgb(185 230 184 / 0.1);
}
.border-e-success-100\/100 {
  border-inline-end-color: rgb(185 230 184 / 1);
}
.border-e-success-100\/20 {
  border-inline-end-color: rgb(185 230 184 / 0.2);
}
.border-e-success-100\/25 {
  border-inline-end-color: rgb(185 230 184 / 0.25);
}
.border-e-success-100\/30 {
  border-inline-end-color: rgb(185 230 184 / 0.3);
}
.border-e-success-100\/40 {
  border-inline-end-color: rgb(185 230 184 / 0.4);
}
.border-e-success-100\/5 {
  border-inline-end-color: rgb(185 230 184 / 0.05);
}
.border-e-success-100\/50 {
  border-inline-end-color: rgb(185 230 184 / 0.5);
}
.border-e-success-100\/60 {
  border-inline-end-color: rgb(185 230 184 / 0.6);
}
.border-e-success-100\/70 {
  border-inline-end-color: rgb(185 230 184 / 0.7);
}
.border-e-success-100\/75 {
  border-inline-end-color: rgb(185 230 184 / 0.75);
}
.border-e-success-100\/80 {
  border-inline-end-color: rgb(185 230 184 / 0.8);
}
.border-e-success-100\/90 {
  border-inline-end-color: rgb(185 230 184 / 0.9);
}
.border-e-success-100\/95 {
  border-inline-end-color: rgb(185 230 184 / 0.95);
}
.border-e-success-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-e-success-200\/0 {
  border-inline-end-color: rgb(159 219 157 / 0);
}
.border-e-success-200\/10 {
  border-inline-end-color: rgb(159 219 157 / 0.1);
}
.border-e-success-200\/100 {
  border-inline-end-color: rgb(159 219 157 / 1);
}
.border-e-success-200\/20 {
  border-inline-end-color: rgb(159 219 157 / 0.2);
}
.border-e-success-200\/25 {
  border-inline-end-color: rgb(159 219 157 / 0.25);
}
.border-e-success-200\/30 {
  border-inline-end-color: rgb(159 219 157 / 0.3);
}
.border-e-success-200\/40 {
  border-inline-end-color: rgb(159 219 157 / 0.4);
}
.border-e-success-200\/5 {
  border-inline-end-color: rgb(159 219 157 / 0.05);
}
.border-e-success-200\/50 {
  border-inline-end-color: rgb(159 219 157 / 0.5);
}
.border-e-success-200\/60 {
  border-inline-end-color: rgb(159 219 157 / 0.6);
}
.border-e-success-200\/70 {
  border-inline-end-color: rgb(159 219 157 / 0.7);
}
.border-e-success-200\/75 {
  border-inline-end-color: rgb(159 219 157 / 0.75);
}
.border-e-success-200\/80 {
  border-inline-end-color: rgb(159 219 157 / 0.8);
}
.border-e-success-200\/90 {
  border-inline-end-color: rgb(159 219 157 / 0.9);
}
.border-e-success-200\/95 {
  border-inline-end-color: rgb(159 219 157 / 0.95);
}
.border-e-success-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-e-success-400\/0 {
  border-inline-end-color: rgb(106 197 103 / 0);
}
.border-e-success-400\/10 {
  border-inline-end-color: rgb(106 197 103 / 0.1);
}
.border-e-success-400\/100 {
  border-inline-end-color: rgb(106 197 103 / 1);
}
.border-e-success-400\/20 {
  border-inline-end-color: rgb(106 197 103 / 0.2);
}
.border-e-success-400\/25 {
  border-inline-end-color: rgb(106 197 103 / 0.25);
}
.border-e-success-400\/30 {
  border-inline-end-color: rgb(106 197 103 / 0.3);
}
.border-e-success-400\/40 {
  border-inline-end-color: rgb(106 197 103 / 0.4);
}
.border-e-success-400\/5 {
  border-inline-end-color: rgb(106 197 103 / 0.05);
}
.border-e-success-400\/50 {
  border-inline-end-color: rgb(106 197 103 / 0.5);
}
.border-e-success-400\/60 {
  border-inline-end-color: rgb(106 197 103 / 0.6);
}
.border-e-success-400\/70 {
  border-inline-end-color: rgb(106 197 103 / 0.7);
}
.border-e-success-400\/75 {
  border-inline-end-color: rgb(106 197 103 / 0.75);
}
.border-e-success-400\/80 {
  border-inline-end-color: rgb(106 197 103 / 0.8);
}
.border-e-success-400\/90 {
  border-inline-end-color: rgb(106 197 103 / 0.9);
}
.border-e-success-400\/95 {
  border-inline-end-color: rgb(106 197 103 / 0.95);
}
.border-e-success-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-e-success-50\/0 {
  border-inline-end-color: rgb(212 241 211 / 0);
}
.border-e-success-50\/10 {
  border-inline-end-color: rgb(212 241 211 / 0.1);
}
.border-e-success-50\/100 {
  border-inline-end-color: rgb(212 241 211 / 1);
}
.border-e-success-50\/20 {
  border-inline-end-color: rgb(212 241 211 / 0.2);
}
.border-e-success-50\/25 {
  border-inline-end-color: rgb(212 241 211 / 0.25);
}
.border-e-success-50\/30 {
  border-inline-end-color: rgb(212 241 211 / 0.3);
}
.border-e-success-50\/40 {
  border-inline-end-color: rgb(212 241 211 / 0.4);
}
.border-e-success-50\/5 {
  border-inline-end-color: rgb(212 241 211 / 0.05);
}
.border-e-success-50\/50 {
  border-inline-end-color: rgb(212 241 211 / 0.5);
}
.border-e-success-50\/60 {
  border-inline-end-color: rgb(212 241 211 / 0.6);
}
.border-e-success-50\/70 {
  border-inline-end-color: rgb(212 241 211 / 0.7);
}
.border-e-success-50\/75 {
  border-inline-end-color: rgb(212 241 211 / 0.75);
}
.border-e-success-50\/80 {
  border-inline-end-color: rgb(212 241 211 / 0.8);
}
.border-e-success-50\/90 {
  border-inline-end-color: rgb(212 241 211 / 0.9);
}
.border-e-success-50\/95 {
  border-inline-end-color: rgb(212 241 211 / 0.95);
}
.border-e-success-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-e-success-600\/0 {
  border-inline-end-color: rgb(54 175 49 / 0);
}
.border-e-success-600\/10 {
  border-inline-end-color: rgb(54 175 49 / 0.1);
}
.border-e-success-600\/100 {
  border-inline-end-color: rgb(54 175 49 / 1);
}
.border-e-success-600\/20 {
  border-inline-end-color: rgb(54 175 49 / 0.2);
}
.border-e-success-600\/25 {
  border-inline-end-color: rgb(54 175 49 / 0.25);
}
.border-e-success-600\/30 {
  border-inline-end-color: rgb(54 175 49 / 0.3);
}
.border-e-success-600\/40 {
  border-inline-end-color: rgb(54 175 49 / 0.4);
}
.border-e-success-600\/5 {
  border-inline-end-color: rgb(54 175 49 / 0.05);
}
.border-e-success-600\/50 {
  border-inline-end-color: rgb(54 175 49 / 0.5);
}
.border-e-success-600\/60 {
  border-inline-end-color: rgb(54 175 49 / 0.6);
}
.border-e-success-600\/70 {
  border-inline-end-color: rgb(54 175 49 / 0.7);
}
.border-e-success-600\/75 {
  border-inline-end-color: rgb(54 175 49 / 0.75);
}
.border-e-success-600\/80 {
  border-inline-end-color: rgb(54 175 49 / 0.8);
}
.border-e-success-600\/90 {
  border-inline-end-color: rgb(54 175 49 / 0.9);
}
.border-e-success-600\/95 {
  border-inline-end-color: rgb(54 175 49 / 0.95);
}
.border-e-teal-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-e-tertiary-hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-e-tertiary-hover\/0 {
  border-inline-end-color: rgb(177 188 174 / 0);
}
.border-e-tertiary-hover\/10 {
  border-inline-end-color: rgb(177 188 174 / 0.1);
}
.border-e-tertiary-hover\/100 {
  border-inline-end-color: rgb(177 188 174 / 1);
}
.border-e-tertiary-hover\/20 {
  border-inline-end-color: rgb(177 188 174 / 0.2);
}
.border-e-tertiary-hover\/25 {
  border-inline-end-color: rgb(177 188 174 / 0.25);
}
.border-e-tertiary-hover\/30 {
  border-inline-end-color: rgb(177 188 174 / 0.3);
}
.border-e-tertiary-hover\/40 {
  border-inline-end-color: rgb(177 188 174 / 0.4);
}
.border-e-tertiary-hover\/5 {
  border-inline-end-color: rgb(177 188 174 / 0.05);
}
.border-e-tertiary-hover\/50 {
  border-inline-end-color: rgb(177 188 174 / 0.5);
}
.border-e-tertiary-hover\/60 {
  border-inline-end-color: rgb(177 188 174 / 0.6);
}
.border-e-tertiary-hover\/70 {
  border-inline-end-color: rgb(177 188 174 / 0.7);
}
.border-e-tertiary-hover\/75 {
  border-inline-end-color: rgb(177 188 174 / 0.75);
}
.border-e-tertiary-hover\/80 {
  border-inline-end-color: rgb(177 188 174 / 0.8);
}
.border-e-tertiary-hover\/90 {
  border-inline-end-color: rgb(177 188 174 / 0.9);
}
.border-e-tertiary-hover\/95 {
  border-inline-end-color: rgb(177 188 174 / 0.95);
}
.border-e-tertiary\/0 {
  border-inline-end-color: rgb(76 88 72 / 0);
}
.border-e-tertiary\/10 {
  border-inline-end-color: rgb(76 88 72 / 0.1);
}
.border-e-tertiary\/100 {
  border-inline-end-color: rgb(76 88 72 / 1);
}
.border-e-tertiary\/20 {
  border-inline-end-color: rgb(76 88 72 / 0.2);
}
.border-e-tertiary\/25 {
  border-inline-end-color: rgb(76 88 72 / 0.25);
}
.border-e-tertiary\/30 {
  border-inline-end-color: rgb(76 88 72 / 0.3);
}
.border-e-tertiary\/40 {
  border-inline-end-color: rgb(76 88 72 / 0.4);
}
.border-e-tertiary\/5 {
  border-inline-end-color: rgb(76 88 72 / 0.05);
}
.border-e-tertiary\/50 {
  border-inline-end-color: rgb(76 88 72 / 0.5);
}
.border-e-tertiary\/60 {
  border-inline-end-color: rgb(76 88 72 / 0.6);
}
.border-e-tertiary\/70 {
  border-inline-end-color: rgb(76 88 72 / 0.7);
}
.border-e-tertiary\/75 {
  border-inline-end-color: rgb(76 88 72 / 0.75);
}
.border-e-tertiary\/80 {
  border-inline-end-color: rgb(76 88 72 / 0.8);
}
.border-e-tertiary\/90 {
  border-inline-end-color: rgb(76 88 72 / 0.9);
}
.border-e-tertiary\/95 {
  border-inline-end-color: rgb(76 88 72 / 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\/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\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-e-warning-100\/0 {
  border-inline-end-color: rgb(230 225 177 / 0);
}
.border-e-warning-100\/10 {
  border-inline-end-color: rgb(230 225 177 / 0.1);
}
.border-e-warning-100\/100 {
  border-inline-end-color: rgb(230 225 177 / 1);
}
.border-e-warning-100\/20 {
  border-inline-end-color: rgb(230 225 177 / 0.2);
}
.border-e-warning-100\/25 {
  border-inline-end-color: rgb(230 225 177 / 0.25);
}
.border-e-warning-100\/30 {
  border-inline-end-color: rgb(230 225 177 / 0.3);
}
.border-e-warning-100\/40 {
  border-inline-end-color: rgb(230 225 177 / 0.4);
}
.border-e-warning-100\/5 {
  border-inline-end-color: rgb(230 225 177 / 0.05);
}
.border-e-warning-100\/50 {
  border-inline-end-color: rgb(230 225 177 / 0.5);
}
.border-e-warning-100\/60 {
  border-inline-end-color: rgb(230 225 177 / 0.6);
}
.border-e-warning-100\/70 {
  border-inline-end-color: rgb(230 225 177 / 0.7);
}
.border-e-warning-100\/75 {
  border-inline-end-color: rgb(230 225 177 / 0.75);
}
.border-e-warning-100\/80 {
  border-inline-end-color: rgb(230 225 177 / 0.8);
}
.border-e-warning-100\/90 {
  border-inline-end-color: rgb(230 225 177 / 0.9);
}
.border-e-warning-100\/95 {
  border-inline-end-color: rgb(230 225 177 / 0.95);
}
.border-e-warning-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-e-warning-200\/0 {
  border-inline-end-color: rgb(217 201 146 / 0);
}
.border-e-warning-200\/10 {
  border-inline-end-color: rgb(217 201 146 / 0.1);
}
.border-e-warning-200\/100 {
  border-inline-end-color: rgb(217 201 146 / 1);
}
.border-e-warning-200\/20 {
  border-inline-end-color: rgb(217 201 146 / 0.2);
}
.border-e-warning-200\/25 {
  border-inline-end-color: rgb(217 201 146 / 0.25);
}
.border-e-warning-200\/30 {
  border-inline-end-color: rgb(217 201 146 / 0.3);
}
.border-e-warning-200\/40 {
  border-inline-end-color: rgb(217 201 146 / 0.4);
}
.border-e-warning-200\/5 {
  border-inline-end-color: rgb(217 201 146 / 0.05);
}
.border-e-warning-200\/50 {
  border-inline-end-color: rgb(217 201 146 / 0.5);
}
.border-e-warning-200\/60 {
  border-inline-end-color: rgb(217 201 146 / 0.6);
}
.border-e-warning-200\/70 {
  border-inline-end-color: rgb(217 201 146 / 0.7);
}
.border-e-warning-200\/75 {
  border-inline-end-color: rgb(217 201 146 / 0.75);
}
.border-e-warning-200\/80 {
  border-inline-end-color: rgb(217 201 146 / 0.8);
}
.border-e-warning-200\/90 {
  border-inline-end-color: rgb(217 201 146 / 0.9);
}
.border-e-warning-200\/95 {
  border-inline-end-color: rgb(217 201 146 / 0.95);
}
.border-e-warning-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-e-warning-400\/0 {
  border-inline-end-color: rgb(198 168 100 / 0);
}
.border-e-warning-400\/10 {
  border-inline-end-color: rgb(198 168 100 / 0.1);
}
.border-e-warning-400\/100 {
  border-inline-end-color: rgb(198 168 100 / 1);
}
.border-e-warning-400\/20 {
  border-inline-end-color: rgb(198 168 100 / 0.2);
}
.border-e-warning-400\/25 {
  border-inline-end-color: rgb(198 168 100 / 0.25);
}
.border-e-warning-400\/30 {
  border-inline-end-color: rgb(198 168 100 / 0.3);
}
.border-e-warning-400\/40 {
  border-inline-end-color: rgb(198 168 100 / 0.4);
}
.border-e-warning-400\/5 {
  border-inline-end-color: rgb(198 168 100 / 0.05);
}
.border-e-warning-400\/50 {
  border-inline-end-color: rgb(198 168 100 / 0.5);
}
.border-e-warning-400\/60 {
  border-inline-end-color: rgb(198 168 100 / 0.6);
}
.border-e-warning-400\/70 {
  border-inline-end-color: rgb(198 168 100 / 0.7);
}
.border-e-warning-400\/75 {
  border-inline-end-color: rgb(198 168 100 / 0.75);
}
.border-e-warning-400\/80 {
  border-inline-end-color: rgb(198 168 100 / 0.8);
}
.border-e-warning-400\/90 {
  border-inline-end-color: rgb(198 168 100 / 0.9);
}
.border-e-warning-400\/95 {
  border-inline-end-color: rgb(198 168 100 / 0.95);
}
.border-e-warning-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-e-warning-50\/0 {
  border-inline-end-color: rgb(242 239 208 / 0);
}
.border-e-warning-50\/10 {
  border-inline-end-color: rgb(242 239 208 / 0.1);
}
.border-e-warning-50\/100 {
  border-inline-end-color: rgb(242 239 208 / 1);
}
.border-e-warning-50\/20 {
  border-inline-end-color: rgb(242 239 208 / 0.2);
}
.border-e-warning-50\/25 {
  border-inline-end-color: rgb(242 239 208 / 0.25);
}
.border-e-warning-50\/30 {
  border-inline-end-color: rgb(242 239 208 / 0.3);
}
.border-e-warning-50\/40 {
  border-inline-end-color: rgb(242 239 208 / 0.4);
}
.border-e-warning-50\/5 {
  border-inline-end-color: rgb(242 239 208 / 0.05);
}
.border-e-warning-50\/50 {
  border-inline-end-color: rgb(242 239 208 / 0.5);
}
.border-e-warning-50\/60 {
  border-inline-end-color: rgb(242 239 208 / 0.6);
}
.border-e-warning-50\/70 {
  border-inline-end-color: rgb(242 239 208 / 0.7);
}
.border-e-warning-50\/75 {
  border-inline-end-color: rgb(242 239 208 / 0.75);
}
.border-e-warning-50\/80 {
  border-inline-end-color: rgb(242 239 208 / 0.8);
}
.border-e-warning-50\/90 {
  border-inline-end-color: rgb(242 239 208 / 0.9);
}
.border-e-warning-50\/95 {
  border-inline-end-color: rgb(242 239 208 / 0.95);
}
.border-e-warning-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-e-warning-600\/0 {
  border-inline-end-color: rgb(179 134 54 / 0);
}
.border-e-warning-600\/10 {
  border-inline-end-color: rgb(179 134 54 / 0.1);
}
.border-e-warning-600\/100 {
  border-inline-end-color: rgb(179 134 54 / 1);
}
.border-e-warning-600\/20 {
  border-inline-end-color: rgb(179 134 54 / 0.2);
}
.border-e-warning-600\/25 {
  border-inline-end-color: rgb(179 134 54 / 0.25);
}
.border-e-warning-600\/30 {
  border-inline-end-color: rgb(179 134 54 / 0.3);
}
.border-e-warning-600\/40 {
  border-inline-end-color: rgb(179 134 54 / 0.4);
}
.border-e-warning-600\/5 {
  border-inline-end-color: rgb(179 134 54 / 0.05);
}
.border-e-warning-600\/50 {
  border-inline-end-color: rgb(179 134 54 / 0.5);
}
.border-e-warning-600\/60 {
  border-inline-end-color: rgb(179 134 54 / 0.6);
}
.border-e-warning-600\/70 {
  border-inline-end-color: rgb(179 134 54 / 0.7);
}
.border-e-warning-600\/75 {
  border-inline-end-color: rgb(179 134 54 / 0.75);
}
.border-e-warning-600\/80 {
  border-inline-end-color: rgb(179 134 54 / 0.8);
}
.border-e-warning-600\/90 {
  border-inline-end-color: rgb(179 134 54 / 0.9);
}
.border-e-warning-600\/95 {
  border-inline-end-color: rgb(179 134 54 / 0.95);
}
.border-e-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-l-active-100\/0 {
  border-left-color: rgb(185 230 184 / 0);
}
.border-l-active-100\/10 {
  border-left-color: rgb(185 230 184 / 0.1);
}
.border-l-active-100\/100 {
  border-left-color: rgb(185 230 184 / 1);
}
.border-l-active-100\/20 {
  border-left-color: rgb(185 230 184 / 0.2);
}
.border-l-active-100\/25 {
  border-left-color: rgb(185 230 184 / 0.25);
}
.border-l-active-100\/30 {
  border-left-color: rgb(185 230 184 / 0.3);
}
.border-l-active-100\/40 {
  border-left-color: rgb(185 230 184 / 0.4);
}
.border-l-active-100\/5 {
  border-left-color: rgb(185 230 184 / 0.05);
}
.border-l-active-100\/50 {
  border-left-color: rgb(185 230 184 / 0.5);
}
.border-l-active-100\/60 {
  border-left-color: rgb(185 230 184 / 0.6);
}
.border-l-active-100\/70 {
  border-left-color: rgb(185 230 184 / 0.7);
}
.border-l-active-100\/75 {
  border-left-color: rgb(185 230 184 / 0.75);
}
.border-l-active-100\/80 {
  border-left-color: rgb(185 230 184 / 0.8);
}
.border-l-active-100\/90 {
  border-left-color: rgb(185 230 184 / 0.9);
}
.border-l-active-100\/95 {
  border-left-color: rgb(185 230 184 / 0.95);
}
.border-l-active-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-l-active-200\/0 {
  border-left-color: rgb(159 219 157 / 0);
}
.border-l-active-200\/10 {
  border-left-color: rgb(159 219 157 / 0.1);
}
.border-l-active-200\/100 {
  border-left-color: rgb(159 219 157 / 1);
}
.border-l-active-200\/20 {
  border-left-color: rgb(159 219 157 / 0.2);
}
.border-l-active-200\/25 {
  border-left-color: rgb(159 219 157 / 0.25);
}
.border-l-active-200\/30 {
  border-left-color: rgb(159 219 157 / 0.3);
}
.border-l-active-200\/40 {
  border-left-color: rgb(159 219 157 / 0.4);
}
.border-l-active-200\/5 {
  border-left-color: rgb(159 219 157 / 0.05);
}
.border-l-active-200\/50 {
  border-left-color: rgb(159 219 157 / 0.5);
}
.border-l-active-200\/60 {
  border-left-color: rgb(159 219 157 / 0.6);
}
.border-l-active-200\/70 {
  border-left-color: rgb(159 219 157 / 0.7);
}
.border-l-active-200\/75 {
  border-left-color: rgb(159 219 157 / 0.75);
}
.border-l-active-200\/80 {
  border-left-color: rgb(159 219 157 / 0.8);
}
.border-l-active-200\/90 {
  border-left-color: rgb(159 219 157 / 0.9);
}
.border-l-active-200\/95 {
  border-left-color: rgb(159 219 157 / 0.95);
}
.border-l-active-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-l-active-400\/0 {
  border-left-color: rgb(106 197 103 / 0);
}
.border-l-active-400\/10 {
  border-left-color: rgb(106 197 103 / 0.1);
}
.border-l-active-400\/100 {
  border-left-color: rgb(106 197 103 / 1);
}
.border-l-active-400\/20 {
  border-left-color: rgb(106 197 103 / 0.2);
}
.border-l-active-400\/25 {
  border-left-color: rgb(106 197 103 / 0.25);
}
.border-l-active-400\/30 {
  border-left-color: rgb(106 197 103 / 0.3);
}
.border-l-active-400\/40 {
  border-left-color: rgb(106 197 103 / 0.4);
}
.border-l-active-400\/5 {
  border-left-color: rgb(106 197 103 / 0.05);
}
.border-l-active-400\/50 {
  border-left-color: rgb(106 197 103 / 0.5);
}
.border-l-active-400\/60 {
  border-left-color: rgb(106 197 103 / 0.6);
}
.border-l-active-400\/70 {
  border-left-color: rgb(106 197 103 / 0.7);
}
.border-l-active-400\/75 {
  border-left-color: rgb(106 197 103 / 0.75);
}
.border-l-active-400\/80 {
  border-left-color: rgb(106 197 103 / 0.8);
}
.border-l-active-400\/90 {
  border-left-color: rgb(106 197 103 / 0.9);
}
.border-l-active-400\/95 {
  border-left-color: rgb(106 197 103 / 0.95);
}
.border-l-active-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-l-active-50\/0 {
  border-left-color: rgb(212 241 211 / 0);
}
.border-l-active-50\/10 {
  border-left-color: rgb(212 241 211 / 0.1);
}
.border-l-active-50\/100 {
  border-left-color: rgb(212 241 211 / 1);
}
.border-l-active-50\/20 {
  border-left-color: rgb(212 241 211 / 0.2);
}
.border-l-active-50\/25 {
  border-left-color: rgb(212 241 211 / 0.25);
}
.border-l-active-50\/30 {
  border-left-color: rgb(212 241 211 / 0.3);
}
.border-l-active-50\/40 {
  border-left-color: rgb(212 241 211 / 0.4);
}
.border-l-active-50\/5 {
  border-left-color: rgb(212 241 211 / 0.05);
}
.border-l-active-50\/50 {
  border-left-color: rgb(212 241 211 / 0.5);
}
.border-l-active-50\/60 {
  border-left-color: rgb(212 241 211 / 0.6);
}
.border-l-active-50\/70 {
  border-left-color: rgb(212 241 211 / 0.7);
}
.border-l-active-50\/75 {
  border-left-color: rgb(212 241 211 / 0.75);
}
.border-l-active-50\/80 {
  border-left-color: rgb(212 241 211 / 0.8);
}
.border-l-active-50\/90 {
  border-left-color: rgb(212 241 211 / 0.9);
}
.border-l-active-50\/95 {
  border-left-color: rgb(212 241 211 / 0.95);
}
.border-l-active-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-l-active-600\/0 {
  border-left-color: rgb(54 175 49 / 0);
}
.border-l-active-600\/10 {
  border-left-color: rgb(54 175 49 / 0.1);
}
.border-l-active-600\/100 {
  border-left-color: rgb(54 175 49 / 1);
}
.border-l-active-600\/20 {
  border-left-color: rgb(54 175 49 / 0.2);
}
.border-l-active-600\/25 {
  border-left-color: rgb(54 175 49 / 0.25);
}
.border-l-active-600\/30 {
  border-left-color: rgb(54 175 49 / 0.3);
}
.border-l-active-600\/40 {
  border-left-color: rgb(54 175 49 / 0.4);
}
.border-l-active-600\/5 {
  border-left-color: rgb(54 175 49 / 0.05);
}
.border-l-active-600\/50 {
  border-left-color: rgb(54 175 49 / 0.5);
}
.border-l-active-600\/60 {
  border-left-color: rgb(54 175 49 / 0.6);
}
.border-l-active-600\/70 {
  border-left-color: rgb(54 175 49 / 0.7);
}
.border-l-active-600\/75 {
  border-left-color: rgb(54 175 49 / 0.75);
}
.border-l-active-600\/80 {
  border-left-color: rgb(54 175 49 / 0.8);
}
.border-l-active-600\/90 {
  border-left-color: rgb(54 175 49 / 0.9);
}
.border-l-active-600\/95 {
  border-left-color: rgb(54 175 49 / 0.95);
}
.border-l-amber-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-left-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-left-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-left-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-left-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-left-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-left-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-left-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-left-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-left-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-left-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-left-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-l-blue-850\/0 {
  border-left-color: rgb(40 56 72 / 0);
}
.border-l-blue-850\/10 {
  border-left-color: rgb(40 56 72 / 0.1);
}
.border-l-blue-850\/100 {
  border-left-color: rgb(40 56 72 / 1);
}
.border-l-blue-850\/20 {
  border-left-color: rgb(40 56 72 / 0.2);
}
.border-l-blue-850\/25 {
  border-left-color: rgb(40 56 72 / 0.25);
}
.border-l-blue-850\/30 {
  border-left-color: rgb(40 56 72 / 0.3);
}
.border-l-blue-850\/40 {
  border-left-color: rgb(40 56 72 / 0.4);
}
.border-l-blue-850\/5 {
  border-left-color: rgb(40 56 72 / 0.05);
}
.border-l-blue-850\/50 {
  border-left-color: rgb(40 56 72 / 0.5);
}
.border-l-blue-850\/60 {
  border-left-color: rgb(40 56 72 / 0.6);
}
.border-l-blue-850\/70 {
  border-left-color: rgb(40 56 72 / 0.7);
}
.border-l-blue-850\/75 {
  border-left-color: rgb(40 56 72 / 0.75);
}
.border-l-blue-850\/80 {
  border-left-color: rgb(40 56 72 / 0.8);
}
.border-l-blue-850\/90 {
  border-left-color: rgb(40 56 72 / 0.9);
}
.border-l-blue-850\/95 {
  border-left-color: rgb(40 56 72 / 0.95);
}
.border-l-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-left-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-left-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-left-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-left-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-left-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-left-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-left-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-left-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-left-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-left-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-left-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-left-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-left-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-left-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-left-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-left-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-left-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-l-error-100\/0 {
  border-left-color: rgb(224 177 177 / 0);
}
.border-l-error-100\/10 {
  border-left-color: rgb(224 177 177 / 0.1);
}
.border-l-error-100\/100 {
  border-left-color: rgb(224 177 177 / 1);
}
.border-l-error-100\/20 {
  border-left-color: rgb(224 177 177 / 0.2);
}
.border-l-error-100\/25 {
  border-left-color: rgb(224 177 177 / 0.25);
}
.border-l-error-100\/30 {
  border-left-color: rgb(224 177 177 / 0.3);
}
.border-l-error-100\/40 {
  border-left-color: rgb(224 177 177 / 0.4);
}
.border-l-error-100\/5 {
  border-left-color: rgb(224 177 177 / 0.05);
}
.border-l-error-100\/50 {
  border-left-color: rgb(224 177 177 / 0.5);
}
.border-l-error-100\/60 {
  border-left-color: rgb(224 177 177 / 0.6);
}
.border-l-error-100\/70 {
  border-left-color: rgb(224 177 177 / 0.7);
}
.border-l-error-100\/75 {
  border-left-color: rgb(224 177 177 / 0.75);
}
.border-l-error-100\/80 {
  border-left-color: rgb(224 177 177 / 0.8);
}
.border-l-error-100\/90 {
  border-left-color: rgb(224 177 177 / 0.9);
}
.border-l-error-100\/95 {
  border-left-color: rgb(224 177 177 / 0.95);
}
.border-l-error-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-l-error-200\/0 {
  border-left-color: rgb(211 148 148 / 0);
}
.border-l-error-200\/10 {
  border-left-color: rgb(211 148 148 / 0.1);
}
.border-l-error-200\/100 {
  border-left-color: rgb(211 148 148 / 1);
}
.border-l-error-200\/20 {
  border-left-color: rgb(211 148 148 / 0.2);
}
.border-l-error-200\/25 {
  border-left-color: rgb(211 148 148 / 0.25);
}
.border-l-error-200\/30 {
  border-left-color: rgb(211 148 148 / 0.3);
}
.border-l-error-200\/40 {
  border-left-color: rgb(211 148 148 / 0.4);
}
.border-l-error-200\/5 {
  border-left-color: rgb(211 148 148 / 0.05);
}
.border-l-error-200\/50 {
  border-left-color: rgb(211 148 148 / 0.5);
}
.border-l-error-200\/60 {
  border-left-color: rgb(211 148 148 / 0.6);
}
.border-l-error-200\/70 {
  border-left-color: rgb(211 148 148 / 0.7);
}
.border-l-error-200\/75 {
  border-left-color: rgb(211 148 148 / 0.75);
}
.border-l-error-200\/80 {
  border-left-color: rgb(211 148 148 / 0.8);
}
.border-l-error-200\/90 {
  border-left-color: rgb(211 148 148 / 0.9);
}
.border-l-error-200\/95 {
  border-left-color: rgb(211 148 148 / 0.95);
}
.border-l-error-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-l-error-400\/0 {
  border-left-color: rgb(198 103 103 / 0);
}
.border-l-error-400\/10 {
  border-left-color: rgb(198 103 103 / 0.1);
}
.border-l-error-400\/100 {
  border-left-color: rgb(198 103 103 / 1);
}
.border-l-error-400\/20 {
  border-left-color: rgb(198 103 103 / 0.2);
}
.border-l-error-400\/25 {
  border-left-color: rgb(198 103 103 / 0.25);
}
.border-l-error-400\/30 {
  border-left-color: rgb(198 103 103 / 0.3);
}
.border-l-error-400\/40 {
  border-left-color: rgb(198 103 103 / 0.4);
}
.border-l-error-400\/5 {
  border-left-color: rgb(198 103 103 / 0.05);
}
.border-l-error-400\/50 {
  border-left-color: rgb(198 103 103 / 0.5);
}
.border-l-error-400\/60 {
  border-left-color: rgb(198 103 103 / 0.6);
}
.border-l-error-400\/70 {
  border-left-color: rgb(198 103 103 / 0.7);
}
.border-l-error-400\/75 {
  border-left-color: rgb(198 103 103 / 0.75);
}
.border-l-error-400\/80 {
  border-left-color: rgb(198 103 103 / 0.8);
}
.border-l-error-400\/90 {
  border-left-color: rgb(198 103 103 / 0.9);
}
.border-l-error-400\/95 {
  border-left-color: rgb(198 103 103 / 0.95);
}
.border-l-error-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-l-error-50\/0 {
  border-left-color: rgb(237 206 206 / 0);
}
.border-l-error-50\/10 {
  border-left-color: rgb(237 206 206 / 0.1);
}
.border-l-error-50\/100 {
  border-left-color: rgb(237 206 206 / 1);
}
.border-l-error-50\/20 {
  border-left-color: rgb(237 206 206 / 0.2);
}
.border-l-error-50\/25 {
  border-left-color: rgb(237 206 206 / 0.25);
}
.border-l-error-50\/30 {
  border-left-color: rgb(237 206 206 / 0.3);
}
.border-l-error-50\/40 {
  border-left-color: rgb(237 206 206 / 0.4);
}
.border-l-error-50\/5 {
  border-left-color: rgb(237 206 206 / 0.05);
}
.border-l-error-50\/50 {
  border-left-color: rgb(237 206 206 / 0.5);
}
.border-l-error-50\/60 {
  border-left-color: rgb(237 206 206 / 0.6);
}
.border-l-error-50\/70 {
  border-left-color: rgb(237 206 206 / 0.7);
}
.border-l-error-50\/75 {
  border-left-color: rgb(237 206 206 / 0.75);
}
.border-l-error-50\/80 {
  border-left-color: rgb(237 206 206 / 0.8);
}
.border-l-error-50\/90 {
  border-left-color: rgb(237 206 206 / 0.9);
}
.border-l-error-50\/95 {
  border-left-color: rgb(237 206 206 / 0.95);
}
.border-l-error-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-l-error-600\/0 {
  border-left-color: rgb(185 58 58 / 0);
}
.border-l-error-600\/10 {
  border-left-color: rgb(185 58 58 / 0.1);
}
.border-l-error-600\/100 {
  border-left-color: rgb(185 58 58 / 1);
}
.border-l-error-600\/20 {
  border-left-color: rgb(185 58 58 / 0.2);
}
.border-l-error-600\/25 {
  border-left-color: rgb(185 58 58 / 0.25);
}
.border-l-error-600\/30 {
  border-left-color: rgb(185 58 58 / 0.3);
}
.border-l-error-600\/40 {
  border-left-color: rgb(185 58 58 / 0.4);
}
.border-l-error-600\/5 {
  border-left-color: rgb(185 58 58 / 0.05);
}
.border-l-error-600\/50 {
  border-left-color: rgb(185 58 58 / 0.5);
}
.border-l-error-600\/60 {
  border-left-color: rgb(185 58 58 / 0.6);
}
.border-l-error-600\/70 {
  border-left-color: rgb(185 58 58 / 0.7);
}
.border-l-error-600\/75 {
  border-left-color: rgb(185 58 58 / 0.75);
}
.border-l-error-600\/80 {
  border-left-color: rgb(185 58 58 / 0.8);
}
.border-l-error-600\/90 {
  border-left-color: rgb(185 58 58 / 0.9);
}
.border-l-error-600\/95 {
  border-left-color: rgb(185 58 58 / 0.95);
}
.border-l-fuchsia-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-left-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-left-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-left-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-left-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-left-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-left-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-left-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-left-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-left-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-left-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-left-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-left-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-left-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-left-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-left-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-left-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-left-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-left-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-left-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-l-green-850\/0 {
  border-left-color: rgb(73 89 70 / 0);
}
.border-l-green-850\/10 {
  border-left-color: rgb(73 89 70 / 0.1);
}
.border-l-green-850\/100 {
  border-left-color: rgb(73 89 70 / 1);
}
.border-l-green-850\/20 {
  border-left-color: rgb(73 89 70 / 0.2);
}
.border-l-green-850\/25 {
  border-left-color: rgb(73 89 70 / 0.25);
}
.border-l-green-850\/30 {
  border-left-color: rgb(73 89 70 / 0.3);
}
.border-l-green-850\/40 {
  border-left-color: rgb(73 89 70 / 0.4);
}
.border-l-green-850\/5 {
  border-left-color: rgb(73 89 70 / 0.05);
}
.border-l-green-850\/50 {
  border-left-color: rgb(73 89 70 / 0.5);
}
.border-l-green-850\/60 {
  border-left-color: rgb(73 89 70 / 0.6);
}
.border-l-green-850\/70 {
  border-left-color: rgb(73 89 70 / 0.7);
}
.border-l-green-850\/75 {
  border-left-color: rgb(73 89 70 / 0.75);
}
.border-l-green-850\/80 {
  border-left-color: rgb(73 89 70 / 0.8);
}
.border-l-green-850\/90 {
  border-left-color: rgb(73 89 70 / 0.9);
}
.border-l-green-850\/95 {
  border-left-color: rgb(73 89 70 / 0.95);
}
.border-l-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-left-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-left-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-l-grey-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
}
.border-l-grey-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
}
.border-l-grey-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
}
.border-l-grey-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
}
.border-l-grey-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
}
.border-l-grey-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
}
.border-l-grey-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
}
.border-l-grey-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
}
.border-l-grey-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
}
.border-l-grey-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
}
.border-l-grey-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
}
.border-l-grey-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
}
.border-l-grey-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
}
.border-l-grey-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
}
.border-l-grey-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
}
.border-l-grey-125 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-l-grey-125\/0 {
  border-left-color: rgb(237 235 235 / 0);
}
.border-l-grey-125\/10 {
  border-left-color: rgb(237 235 235 / 0.1);
}
.border-l-grey-125\/100 {
  border-left-color: rgb(237 235 235 / 1);
}
.border-l-grey-125\/20 {
  border-left-color: rgb(237 235 235 / 0.2);
}
.border-l-grey-125\/25 {
  border-left-color: rgb(237 235 235 / 0.25);
}
.border-l-grey-125\/30 {
  border-left-color: rgb(237 235 235 / 0.3);
}
.border-l-grey-125\/40 {
  border-left-color: rgb(237 235 235 / 0.4);
}
.border-l-grey-125\/5 {
  border-left-color: rgb(237 235 235 / 0.05);
}
.border-l-grey-125\/50 {
  border-left-color: rgb(237 235 235 / 0.5);
}
.border-l-grey-125\/60 {
  border-left-color: rgb(237 235 235 / 0.6);
}
.border-l-grey-125\/70 {
  border-left-color: rgb(237 235 235 / 0.7);
}
.border-l-grey-125\/75 {
  border-left-color: rgb(237 235 235 / 0.75);
}
.border-l-grey-125\/80 {
  border-left-color: rgb(237 235 235 / 0.8);
}
.border-l-grey-125\/90 {
  border-left-color: rgb(237 235 235 / 0.9);
}
.border-l-grey-125\/95 {
  border-left-color: rgb(237 235 235 / 0.95);
}
.border-l-grey-150 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-l-grey-150\/0 {
  border-left-color: rgb(220 220 220 / 0);
}
.border-l-grey-150\/10 {
  border-left-color: rgb(220 220 220 / 0.1);
}
.border-l-grey-150\/100 {
  border-left-color: rgb(220 220 220 / 1);
}
.border-l-grey-150\/20 {
  border-left-color: rgb(220 220 220 / 0.2);
}
.border-l-grey-150\/25 {
  border-left-color: rgb(220 220 220 / 0.25);
}
.border-l-grey-150\/30 {
  border-left-color: rgb(220 220 220 / 0.3);
}
.border-l-grey-150\/40 {
  border-left-color: rgb(220 220 220 / 0.4);
}
.border-l-grey-150\/5 {
  border-left-color: rgb(220 220 220 / 0.05);
}
.border-l-grey-150\/50 {
  border-left-color: rgb(220 220 220 / 0.5);
}
.border-l-grey-150\/60 {
  border-left-color: rgb(220 220 220 / 0.6);
}
.border-l-grey-150\/70 {
  border-left-color: rgb(220 220 220 / 0.7);
}
.border-l-grey-150\/75 {
  border-left-color: rgb(220 220 220 / 0.75);
}
.border-l-grey-150\/80 {
  border-left-color: rgb(220 220 220 / 0.8);
}
.border-l-grey-150\/90 {
  border-left-color: rgb(220 220 220 / 0.9);
}
.border-l-grey-150\/95 {
  border-left-color: rgb(220 220 220 / 0.95);
}
.border-l-grey-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-l-grey-200\/0 {
  border-left-color: rgb(201 201 201 / 0);
}
.border-l-grey-200\/10 {
  border-left-color: rgb(201 201 201 / 0.1);
}
.border-l-grey-200\/100 {
  border-left-color: rgb(201 201 201 / 1);
}
.border-l-grey-200\/20 {
  border-left-color: rgb(201 201 201 / 0.2);
}
.border-l-grey-200\/25 {
  border-left-color: rgb(201 201 201 / 0.25);
}
.border-l-grey-200\/30 {
  border-left-color: rgb(201 201 201 / 0.3);
}
.border-l-grey-200\/40 {
  border-left-color: rgb(201 201 201 / 0.4);
}
.border-l-grey-200\/5 {
  border-left-color: rgb(201 201 201 / 0.05);
}
.border-l-grey-200\/50 {
  border-left-color: rgb(201 201 201 / 0.5);
}
.border-l-grey-200\/60 {
  border-left-color: rgb(201 201 201 / 0.6);
}
.border-l-grey-200\/70 {
  border-left-color: rgb(201 201 201 / 0.7);
}
.border-l-grey-200\/75 {
  border-left-color: rgb(201 201 201 / 0.75);
}
.border-l-grey-200\/80 {
  border-left-color: rgb(201 201 201 / 0.8);
}
.border-l-grey-200\/90 {
  border-left-color: rgb(201 201 201 / 0.9);
}
.border-l-grey-200\/95 {
  border-left-color: rgb(201 201 201 / 0.95);
}
.border-l-grey-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-l-grey-300\/0 {
  border-left-color: rgb(183 183 183 / 0);
}
.border-l-grey-300\/10 {
  border-left-color: rgb(183 183 183 / 0.1);
}
.border-l-grey-300\/100 {
  border-left-color: rgb(183 183 183 / 1);
}
.border-l-grey-300\/20 {
  border-left-color: rgb(183 183 183 / 0.2);
}
.border-l-grey-300\/25 {
  border-left-color: rgb(183 183 183 / 0.25);
}
.border-l-grey-300\/30 {
  border-left-color: rgb(183 183 183 / 0.3);
}
.border-l-grey-300\/40 {
  border-left-color: rgb(183 183 183 / 0.4);
}
.border-l-grey-300\/5 {
  border-left-color: rgb(183 183 183 / 0.05);
}
.border-l-grey-300\/50 {
  border-left-color: rgb(183 183 183 / 0.5);
}
.border-l-grey-300\/60 {
  border-left-color: rgb(183 183 183 / 0.6);
}
.border-l-grey-300\/70 {
  border-left-color: rgb(183 183 183 / 0.7);
}
.border-l-grey-300\/75 {
  border-left-color: rgb(183 183 183 / 0.75);
}
.border-l-grey-300\/80 {
  border-left-color: rgb(183 183 183 / 0.8);
}
.border-l-grey-300\/90 {
  border-left-color: rgb(183 183 183 / 0.9);
}
.border-l-grey-300\/95 {
  border-left-color: rgb(183 183 183 / 0.95);
}
.border-l-grey-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-l-grey-400\/0 {
  border-left-color: rgb(218 218 218 / 0);
}
.border-l-grey-400\/10 {
  border-left-color: rgb(218 218 218 / 0.1);
}
.border-l-grey-400\/100 {
  border-left-color: rgb(218 218 218 / 1);
}
.border-l-grey-400\/20 {
  border-left-color: rgb(218 218 218 / 0.2);
}
.border-l-grey-400\/25 {
  border-left-color: rgb(218 218 218 / 0.25);
}
.border-l-grey-400\/30 {
  border-left-color: rgb(218 218 218 / 0.3);
}
.border-l-grey-400\/40 {
  border-left-color: rgb(218 218 218 / 0.4);
}
.border-l-grey-400\/5 {
  border-left-color: rgb(218 218 218 / 0.05);
}
.border-l-grey-400\/50 {
  border-left-color: rgb(218 218 218 / 0.5);
}
.border-l-grey-400\/60 {
  border-left-color: rgb(218 218 218 / 0.6);
}
.border-l-grey-400\/70 {
  border-left-color: rgb(218 218 218 / 0.7);
}
.border-l-grey-400\/75 {
  border-left-color: rgb(218 218 218 / 0.75);
}
.border-l-grey-400\/80 {
  border-left-color: rgb(218 218 218 / 0.8);
}
.border-l-grey-400\/90 {
  border-left-color: rgb(218 218 218 / 0.9);
}
.border-l-grey-400\/95 {
  border-left-color: rgb(218 218 218 / 0.95);
}
.border-l-grey-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-l-grey-50\/0 {
  border-left-color: rgb(254 254 254 / 0);
}
.border-l-grey-50\/10 {
  border-left-color: rgb(254 254 254 / 0.1);
}
.border-l-grey-50\/100 {
  border-left-color: rgb(254 254 254 / 1);
}
.border-l-grey-50\/20 {
  border-left-color: rgb(254 254 254 / 0.2);
}
.border-l-grey-50\/25 {
  border-left-color: rgb(254 254 254 / 0.25);
}
.border-l-grey-50\/30 {
  border-left-color: rgb(254 254 254 / 0.3);
}
.border-l-grey-50\/40 {
  border-left-color: rgb(254 254 254 / 0.4);
}
.border-l-grey-50\/5 {
  border-left-color: rgb(254 254 254 / 0.05);
}
.border-l-grey-50\/50 {
  border-left-color: rgb(254 254 254 / 0.5);
}
.border-l-grey-50\/60 {
  border-left-color: rgb(254 254 254 / 0.6);
}
.border-l-grey-50\/70 {
  border-left-color: rgb(254 254 254 / 0.7);
}
.border-l-grey-50\/75 {
  border-left-color: rgb(254 254 254 / 0.75);
}
.border-l-grey-50\/80 {
  border-left-color: rgb(254 254 254 / 0.8);
}
.border-l-grey-50\/90 {
  border-left-color: rgb(254 254 254 / 0.9);
}
.border-l-grey-50\/95 {
  border-left-color: rgb(254 254 254 / 0.95);
}
.border-l-grey-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-l-grey-500\/0 {
  border-left-color: rgb(142 142 142 / 0);
}
.border-l-grey-500\/10 {
  border-left-color: rgb(142 142 142 / 0.1);
}
.border-l-grey-500\/100 {
  border-left-color: rgb(142 142 142 / 1);
}
.border-l-grey-500\/20 {
  border-left-color: rgb(142 142 142 / 0.2);
}
.border-l-grey-500\/25 {
  border-left-color: rgb(142 142 142 / 0.25);
}
.border-l-grey-500\/30 {
  border-left-color: rgb(142 142 142 / 0.3);
}
.border-l-grey-500\/40 {
  border-left-color: rgb(142 142 142 / 0.4);
}
.border-l-grey-500\/5 {
  border-left-color: rgb(142 142 142 / 0.05);
}
.border-l-grey-500\/50 {
  border-left-color: rgb(142 142 142 / 0.5);
}
.border-l-grey-500\/60 {
  border-left-color: rgb(142 142 142 / 0.6);
}
.border-l-grey-500\/70 {
  border-left-color: rgb(142 142 142 / 0.7);
}
.border-l-grey-500\/75 {
  border-left-color: rgb(142 142 142 / 0.75);
}
.border-l-grey-500\/80 {
  border-left-color: rgb(142 142 142 / 0.8);
}
.border-l-grey-500\/90 {
  border-left-color: rgb(142 142 142 / 0.9);
}
.border-l-grey-500\/95 {
  border-left-color: rgb(142 142 142 / 0.95);
}
.border-l-grey-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-l-grey-600\/0 {
  border-left-color: rgb(111 111 111 / 0);
}
.border-l-grey-600\/10 {
  border-left-color: rgb(111 111 111 / 0.1);
}
.border-l-grey-600\/100 {
  border-left-color: rgb(111 111 111 / 1);
}
.border-l-grey-600\/20 {
  border-left-color: rgb(111 111 111 / 0.2);
}
.border-l-grey-600\/25 {
  border-left-color: rgb(111 111 111 / 0.25);
}
.border-l-grey-600\/30 {
  border-left-color: rgb(111 111 111 / 0.3);
}
.border-l-grey-600\/40 {
  border-left-color: rgb(111 111 111 / 0.4);
}
.border-l-grey-600\/5 {
  border-left-color: rgb(111 111 111 / 0.05);
}
.border-l-grey-600\/50 {
  border-left-color: rgb(111 111 111 / 0.5);
}
.border-l-grey-600\/60 {
  border-left-color: rgb(111 111 111 / 0.6);
}
.border-l-grey-600\/70 {
  border-left-color: rgb(111 111 111 / 0.7);
}
.border-l-grey-600\/75 {
  border-left-color: rgb(111 111 111 / 0.75);
}
.border-l-grey-600\/80 {
  border-left-color: rgb(111 111 111 / 0.8);
}
.border-l-grey-600\/90 {
  border-left-color: rgb(111 111 111 / 0.9);
}
.border-l-grey-600\/95 {
  border-left-color: rgb(111 111 111 / 0.95);
}
.border-l-grey-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-l-grey-700\/0 {
  border-left-color: rgb(82 82 82 / 0);
}
.border-l-grey-700\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
}
.border-l-grey-700\/100 {
  border-left-color: rgb(82 82 82 / 1);
}
.border-l-grey-700\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
}
.border-l-grey-700\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
}
.border-l-grey-700\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
}
.border-l-grey-700\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
}
.border-l-grey-700\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
}
.border-l-grey-700\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
}
.border-l-grey-700\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
}
.border-l-grey-700\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
}
.border-l-grey-700\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
}
.border-l-grey-700\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
}
.border-l-grey-700\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
}
.border-l-grey-700\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
}
.border-l-grey-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-l-grey-800\/0 {
  border-left-color: rgb(53 53 53 / 0);
}
.border-l-grey-800\/10 {
  border-left-color: rgb(53 53 53 / 0.1);
}
.border-l-grey-800\/100 {
  border-left-color: rgb(53 53 53 / 1);
}
.border-l-grey-800\/20 {
  border-left-color: rgb(53 53 53 / 0.2);
}
.border-l-grey-800\/25 {
  border-left-color: rgb(53 53 53 / 0.25);
}
.border-l-grey-800\/30 {
  border-left-color: rgb(53 53 53 / 0.3);
}
.border-l-grey-800\/40 {
  border-left-color: rgb(53 53 53 / 0.4);
}
.border-l-grey-800\/5 {
  border-left-color: rgb(53 53 53 / 0.05);
}
.border-l-grey-800\/50 {
  border-left-color: rgb(53 53 53 / 0.5);
}
.border-l-grey-800\/60 {
  border-left-color: rgb(53 53 53 / 0.6);
}
.border-l-grey-800\/70 {
  border-left-color: rgb(53 53 53 / 0.7);
}
.border-l-grey-800\/75 {
  border-left-color: rgb(53 53 53 / 0.75);
}
.border-l-grey-800\/80 {
  border-left-color: rgb(53 53 53 / 0.8);
}
.border-l-grey-800\/90 {
  border-left-color: rgb(53 53 53 / 0.9);
}
.border-l-grey-800\/95 {
  border-left-color: rgb(53 53 53 / 0.95);
}
.border-l-grey-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-l-grey-900\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-grey-900\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-grey-900\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-grey-900\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-grey-900\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-grey-900\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-grey-900\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-grey-900\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-grey-900\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-grey-900\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-grey-900\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-grey-900\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-grey-900\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-grey-900\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-grey-900\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-left-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-left-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-left-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-left-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-left-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-left-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-left-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-left-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-left-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-left-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-left-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-left-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-left-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-left-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-left-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-left-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-left-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-left-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-left-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-left-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-left-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-left-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-left-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-left-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-left-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-left-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-left-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-l-primary-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-l-primary-hover\/0 {
  border-left-color: rgb(205 243 208 / 0);
}
.border-l-primary-hover\/10 {
  border-left-color: rgb(205 243 208 / 0.1);
}
.border-l-primary-hover\/100 {
  border-left-color: rgb(205 243 208 / 1);
}
.border-l-primary-hover\/20 {
  border-left-color: rgb(205 243 208 / 0.2);
}
.border-l-primary-hover\/25 {
  border-left-color: rgb(205 243 208 / 0.25);
}
.border-l-primary-hover\/30 {
  border-left-color: rgb(205 243 208 / 0.3);
}
.border-l-primary-hover\/40 {
  border-left-color: rgb(205 243 208 / 0.4);
}
.border-l-primary-hover\/5 {
  border-left-color: rgb(205 243 208 / 0.05);
}
.border-l-primary-hover\/50 {
  border-left-color: rgb(205 243 208 / 0.5);
}
.border-l-primary-hover\/60 {
  border-left-color: rgb(205 243 208 / 0.6);
}
.border-l-primary-hover\/70 {
  border-left-color: rgb(205 243 208 / 0.7);
}
.border-l-primary-hover\/75 {
  border-left-color: rgb(205 243 208 / 0.75);
}
.border-l-primary-hover\/80 {
  border-left-color: rgb(205 243 208 / 0.8);
}
.border-l-primary-hover\/90 {
  border-left-color: rgb(205 243 208 / 0.9);
}
.border-l-primary-hover\/95 {
  border-left-color: rgb(205 243 208 / 0.95);
}
.border-l-primary\/0 {
  border-left-color: rgb(27 218 46 / 0);
}
.border-l-primary\/10 {
  border-left-color: rgb(27 218 46 / 0.1);
}
.border-l-primary\/100 {
  border-left-color: rgb(27 218 46 / 1);
}
.border-l-primary\/20 {
  border-left-color: rgb(27 218 46 / 0.2);
}
.border-l-primary\/25 {
  border-left-color: rgb(27 218 46 / 0.25);
}
.border-l-primary\/30 {
  border-left-color: rgb(27 218 46 / 0.3);
}
.border-l-primary\/40 {
  border-left-color: rgb(27 218 46 / 0.4);
}
.border-l-primary\/5 {
  border-left-color: rgb(27 218 46 / 0.05);
}
.border-l-primary\/50 {
  border-left-color: rgb(27 218 46 / 0.5);
}
.border-l-primary\/60 {
  border-left-color: rgb(27 218 46 / 0.6);
}
.border-l-primary\/70 {
  border-left-color: rgb(27 218 46 / 0.7);
}
.border-l-primary\/75 {
  border-left-color: rgb(27 218 46 / 0.75);
}
.border-l-primary\/80 {
  border-left-color: rgb(27 218 46 / 0.8);
}
.border-l-primary\/90 {
  border-left-color: rgb(27 218 46 / 0.9);
}
.border-l-primary\/95 {
  border-left-color: rgb(27 218 46 / 0.95);
}
.border-l-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-left-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-left-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-left-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-left-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-left-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-left-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-left-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-left-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-left-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-left-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-left-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-left-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-left-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-l-secondary\/0 {
  border-left-color: rgb(205 243 208 / 0);
}
.border-l-secondary\/10 {
  border-left-color: rgb(205 243 208 / 0.1);
}
.border-l-secondary\/100 {
  border-left-color: rgb(205 243 208 / 1);
}
.border-l-secondary\/20 {
  border-left-color: rgb(205 243 208 / 0.2);
}
.border-l-secondary\/25 {
  border-left-color: rgb(205 243 208 / 0.25);
}
.border-l-secondary\/30 {
  border-left-color: rgb(205 243 208 / 0.3);
}
.border-l-secondary\/40 {
  border-left-color: rgb(205 243 208 / 0.4);
}
.border-l-secondary\/5 {
  border-left-color: rgb(205 243 208 / 0.05);
}
.border-l-secondary\/50 {
  border-left-color: rgb(205 243 208 / 0.5);
}
.border-l-secondary\/60 {
  border-left-color: rgb(205 243 208 / 0.6);
}
.border-l-secondary\/70 {
  border-left-color: rgb(205 243 208 / 0.7);
}
.border-l-secondary\/75 {
  border-left-color: rgb(205 243 208 / 0.75);
}
.border-l-secondary\/80 {
  border-left-color: rgb(205 243 208 / 0.8);
}
.border-l-secondary\/90 {
  border-left-color: rgb(205 243 208 / 0.9);
}
.border-l-secondary\/95 {
  border-left-color: rgb(205 243 208 / 0.95);
}
.border-l-sky-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-left-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-left-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-left-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-left-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-left-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-left-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-left-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-left-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-left-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-left-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-left-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-left-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-left-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-left-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-left-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-left-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-left-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-left-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-left-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-left-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-left-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-left-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-left-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-left-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-left-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-left-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-left-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-l-success-100\/0 {
  border-left-color: rgb(185 230 184 / 0);
}
.border-l-success-100\/10 {
  border-left-color: rgb(185 230 184 / 0.1);
}
.border-l-success-100\/100 {
  border-left-color: rgb(185 230 184 / 1);
}
.border-l-success-100\/20 {
  border-left-color: rgb(185 230 184 / 0.2);
}
.border-l-success-100\/25 {
  border-left-color: rgb(185 230 184 / 0.25);
}
.border-l-success-100\/30 {
  border-left-color: rgb(185 230 184 / 0.3);
}
.border-l-success-100\/40 {
  border-left-color: rgb(185 230 184 / 0.4);
}
.border-l-success-100\/5 {
  border-left-color: rgb(185 230 184 / 0.05);
}
.border-l-success-100\/50 {
  border-left-color: rgb(185 230 184 / 0.5);
}
.border-l-success-100\/60 {
  border-left-color: rgb(185 230 184 / 0.6);
}
.border-l-success-100\/70 {
  border-left-color: rgb(185 230 184 / 0.7);
}
.border-l-success-100\/75 {
  border-left-color: rgb(185 230 184 / 0.75);
}
.border-l-success-100\/80 {
  border-left-color: rgb(185 230 184 / 0.8);
}
.border-l-success-100\/90 {
  border-left-color: rgb(185 230 184 / 0.9);
}
.border-l-success-100\/95 {
  border-left-color: rgb(185 230 184 / 0.95);
}
.border-l-success-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-l-success-200\/0 {
  border-left-color: rgb(159 219 157 / 0);
}
.border-l-success-200\/10 {
  border-left-color: rgb(159 219 157 / 0.1);
}
.border-l-success-200\/100 {
  border-left-color: rgb(159 219 157 / 1);
}
.border-l-success-200\/20 {
  border-left-color: rgb(159 219 157 / 0.2);
}
.border-l-success-200\/25 {
  border-left-color: rgb(159 219 157 / 0.25);
}
.border-l-success-200\/30 {
  border-left-color: rgb(159 219 157 / 0.3);
}
.border-l-success-200\/40 {
  border-left-color: rgb(159 219 157 / 0.4);
}
.border-l-success-200\/5 {
  border-left-color: rgb(159 219 157 / 0.05);
}
.border-l-success-200\/50 {
  border-left-color: rgb(159 219 157 / 0.5);
}
.border-l-success-200\/60 {
  border-left-color: rgb(159 219 157 / 0.6);
}
.border-l-success-200\/70 {
  border-left-color: rgb(159 219 157 / 0.7);
}
.border-l-success-200\/75 {
  border-left-color: rgb(159 219 157 / 0.75);
}
.border-l-success-200\/80 {
  border-left-color: rgb(159 219 157 / 0.8);
}
.border-l-success-200\/90 {
  border-left-color: rgb(159 219 157 / 0.9);
}
.border-l-success-200\/95 {
  border-left-color: rgb(159 219 157 / 0.95);
}
.border-l-success-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-l-success-400\/0 {
  border-left-color: rgb(106 197 103 / 0);
}
.border-l-success-400\/10 {
  border-left-color: rgb(106 197 103 / 0.1);
}
.border-l-success-400\/100 {
  border-left-color: rgb(106 197 103 / 1);
}
.border-l-success-400\/20 {
  border-left-color: rgb(106 197 103 / 0.2);
}
.border-l-success-400\/25 {
  border-left-color: rgb(106 197 103 / 0.25);
}
.border-l-success-400\/30 {
  border-left-color: rgb(106 197 103 / 0.3);
}
.border-l-success-400\/40 {
  border-left-color: rgb(106 197 103 / 0.4);
}
.border-l-success-400\/5 {
  border-left-color: rgb(106 197 103 / 0.05);
}
.border-l-success-400\/50 {
  border-left-color: rgb(106 197 103 / 0.5);
}
.border-l-success-400\/60 {
  border-left-color: rgb(106 197 103 / 0.6);
}
.border-l-success-400\/70 {
  border-left-color: rgb(106 197 103 / 0.7);
}
.border-l-success-400\/75 {
  border-left-color: rgb(106 197 103 / 0.75);
}
.border-l-success-400\/80 {
  border-left-color: rgb(106 197 103 / 0.8);
}
.border-l-success-400\/90 {
  border-left-color: rgb(106 197 103 / 0.9);
}
.border-l-success-400\/95 {
  border-left-color: rgb(106 197 103 / 0.95);
}
.border-l-success-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-l-success-50\/0 {
  border-left-color: rgb(212 241 211 / 0);
}
.border-l-success-50\/10 {
  border-left-color: rgb(212 241 211 / 0.1);
}
.border-l-success-50\/100 {
  border-left-color: rgb(212 241 211 / 1);
}
.border-l-success-50\/20 {
  border-left-color: rgb(212 241 211 / 0.2);
}
.border-l-success-50\/25 {
  border-left-color: rgb(212 241 211 / 0.25);
}
.border-l-success-50\/30 {
  border-left-color: rgb(212 241 211 / 0.3);
}
.border-l-success-50\/40 {
  border-left-color: rgb(212 241 211 / 0.4);
}
.border-l-success-50\/5 {
  border-left-color: rgb(212 241 211 / 0.05);
}
.border-l-success-50\/50 {
  border-left-color: rgb(212 241 211 / 0.5);
}
.border-l-success-50\/60 {
  border-left-color: rgb(212 241 211 / 0.6);
}
.border-l-success-50\/70 {
  border-left-color: rgb(212 241 211 / 0.7);
}
.border-l-success-50\/75 {
  border-left-color: rgb(212 241 211 / 0.75);
}
.border-l-success-50\/80 {
  border-left-color: rgb(212 241 211 / 0.8);
}
.border-l-success-50\/90 {
  border-left-color: rgb(212 241 211 / 0.9);
}
.border-l-success-50\/95 {
  border-left-color: rgb(212 241 211 / 0.95);
}
.border-l-success-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-l-success-600\/0 {
  border-left-color: rgb(54 175 49 / 0);
}
.border-l-success-600\/10 {
  border-left-color: rgb(54 175 49 / 0.1);
}
.border-l-success-600\/100 {
  border-left-color: rgb(54 175 49 / 1);
}
.border-l-success-600\/20 {
  border-left-color: rgb(54 175 49 / 0.2);
}
.border-l-success-600\/25 {
  border-left-color: rgb(54 175 49 / 0.25);
}
.border-l-success-600\/30 {
  border-left-color: rgb(54 175 49 / 0.3);
}
.border-l-success-600\/40 {
  border-left-color: rgb(54 175 49 / 0.4);
}
.border-l-success-600\/5 {
  border-left-color: rgb(54 175 49 / 0.05);
}
.border-l-success-600\/50 {
  border-left-color: rgb(54 175 49 / 0.5);
}
.border-l-success-600\/60 {
  border-left-color: rgb(54 175 49 / 0.6);
}
.border-l-success-600\/70 {
  border-left-color: rgb(54 175 49 / 0.7);
}
.border-l-success-600\/75 {
  border-left-color: rgb(54 175 49 / 0.75);
}
.border-l-success-600\/80 {
  border-left-color: rgb(54 175 49 / 0.8);
}
.border-l-success-600\/90 {
  border-left-color: rgb(54 175 49 / 0.9);
}
.border-l-success-600\/95 {
  border-left-color: rgb(54 175 49 / 0.95);
}
.border-l-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-left-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-left-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-left-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-left-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-left-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-left-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-left-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-left-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-left-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-left-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-l-tertiary-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-l-tertiary-hover\/0 {
  border-left-color: rgb(177 188 174 / 0);
}
.border-l-tertiary-hover\/10 {
  border-left-color: rgb(177 188 174 / 0.1);
}
.border-l-tertiary-hover\/100 {
  border-left-color: rgb(177 188 174 / 1);
}
.border-l-tertiary-hover\/20 {
  border-left-color: rgb(177 188 174 / 0.2);
}
.border-l-tertiary-hover\/25 {
  border-left-color: rgb(177 188 174 / 0.25);
}
.border-l-tertiary-hover\/30 {
  border-left-color: rgb(177 188 174 / 0.3);
}
.border-l-tertiary-hover\/40 {
  border-left-color: rgb(177 188 174 / 0.4);
}
.border-l-tertiary-hover\/5 {
  border-left-color: rgb(177 188 174 / 0.05);
}
.border-l-tertiary-hover\/50 {
  border-left-color: rgb(177 188 174 / 0.5);
}
.border-l-tertiary-hover\/60 {
  border-left-color: rgb(177 188 174 / 0.6);
}
.border-l-tertiary-hover\/70 {
  border-left-color: rgb(177 188 174 / 0.7);
}
.border-l-tertiary-hover\/75 {
  border-left-color: rgb(177 188 174 / 0.75);
}
.border-l-tertiary-hover\/80 {
  border-left-color: rgb(177 188 174 / 0.8);
}
.border-l-tertiary-hover\/90 {
  border-left-color: rgb(177 188 174 / 0.9);
}
.border-l-tertiary-hover\/95 {
  border-left-color: rgb(177 188 174 / 0.95);
}
.border-l-tertiary\/0 {
  border-left-color: rgb(76 88 72 / 0);
}
.border-l-tertiary\/10 {
  border-left-color: rgb(76 88 72 / 0.1);
}
.border-l-tertiary\/100 {
  border-left-color: rgb(76 88 72 / 1);
}
.border-l-tertiary\/20 {
  border-left-color: rgb(76 88 72 / 0.2);
}
.border-l-tertiary\/25 {
  border-left-color: rgb(76 88 72 / 0.25);
}
.border-l-tertiary\/30 {
  border-left-color: rgb(76 88 72 / 0.3);
}
.border-l-tertiary\/40 {
  border-left-color: rgb(76 88 72 / 0.4);
}
.border-l-tertiary\/5 {
  border-left-color: rgb(76 88 72 / 0.05);
}
.border-l-tertiary\/50 {
  border-left-color: rgb(76 88 72 / 0.5);
}
.border-l-tertiary\/60 {
  border-left-color: rgb(76 88 72 / 0.6);
}
.border-l-tertiary\/70 {
  border-left-color: rgb(76 88 72 / 0.7);
}
.border-l-tertiary\/75 {
  border-left-color: rgb(76 88 72 / 0.75);
}
.border-l-tertiary\/80 {
  border-left-color: rgb(76 88 72 / 0.8);
}
.border-l-tertiary\/90 {
  border-left-color: rgb(76 88 72 / 0.9);
}
.border-l-tertiary\/95 {
  border-left-color: rgb(76 88 72 / 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\/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\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-left-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-left-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-left-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-left-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-left-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-left-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-left-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-left-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-l-warning-100\/0 {
  border-left-color: rgb(230 225 177 / 0);
}
.border-l-warning-100\/10 {
  border-left-color: rgb(230 225 177 / 0.1);
}
.border-l-warning-100\/100 {
  border-left-color: rgb(230 225 177 / 1);
}
.border-l-warning-100\/20 {
  border-left-color: rgb(230 225 177 / 0.2);
}
.border-l-warning-100\/25 {
  border-left-color: rgb(230 225 177 / 0.25);
}
.border-l-warning-100\/30 {
  border-left-color: rgb(230 225 177 / 0.3);
}
.border-l-warning-100\/40 {
  border-left-color: rgb(230 225 177 / 0.4);
}
.border-l-warning-100\/5 {
  border-left-color: rgb(230 225 177 / 0.05);
}
.border-l-warning-100\/50 {
  border-left-color: rgb(230 225 177 / 0.5);
}
.border-l-warning-100\/60 {
  border-left-color: rgb(230 225 177 / 0.6);
}
.border-l-warning-100\/70 {
  border-left-color: rgb(230 225 177 / 0.7);
}
.border-l-warning-100\/75 {
  border-left-color: rgb(230 225 177 / 0.75);
}
.border-l-warning-100\/80 {
  border-left-color: rgb(230 225 177 / 0.8);
}
.border-l-warning-100\/90 {
  border-left-color: rgb(230 225 177 / 0.9);
}
.border-l-warning-100\/95 {
  border-left-color: rgb(230 225 177 / 0.95);
}
.border-l-warning-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-l-warning-200\/0 {
  border-left-color: rgb(217 201 146 / 0);
}
.border-l-warning-200\/10 {
  border-left-color: rgb(217 201 146 / 0.1);
}
.border-l-warning-200\/100 {
  border-left-color: rgb(217 201 146 / 1);
}
.border-l-warning-200\/20 {
  border-left-color: rgb(217 201 146 / 0.2);
}
.border-l-warning-200\/25 {
  border-left-color: rgb(217 201 146 / 0.25);
}
.border-l-warning-200\/30 {
  border-left-color: rgb(217 201 146 / 0.3);
}
.border-l-warning-200\/40 {
  border-left-color: rgb(217 201 146 / 0.4);
}
.border-l-warning-200\/5 {
  border-left-color: rgb(217 201 146 / 0.05);
}
.border-l-warning-200\/50 {
  border-left-color: rgb(217 201 146 / 0.5);
}
.border-l-warning-200\/60 {
  border-left-color: rgb(217 201 146 / 0.6);
}
.border-l-warning-200\/70 {
  border-left-color: rgb(217 201 146 / 0.7);
}
.border-l-warning-200\/75 {
  border-left-color: rgb(217 201 146 / 0.75);
}
.border-l-warning-200\/80 {
  border-left-color: rgb(217 201 146 / 0.8);
}
.border-l-warning-200\/90 {
  border-left-color: rgb(217 201 146 / 0.9);
}
.border-l-warning-200\/95 {
  border-left-color: rgb(217 201 146 / 0.95);
}
.border-l-warning-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-l-warning-400\/0 {
  border-left-color: rgb(198 168 100 / 0);
}
.border-l-warning-400\/10 {
  border-left-color: rgb(198 168 100 / 0.1);
}
.border-l-warning-400\/100 {
  border-left-color: rgb(198 168 100 / 1);
}
.border-l-warning-400\/20 {
  border-left-color: rgb(198 168 100 / 0.2);
}
.border-l-warning-400\/25 {
  border-left-color: rgb(198 168 100 / 0.25);
}
.border-l-warning-400\/30 {
  border-left-color: rgb(198 168 100 / 0.3);
}
.border-l-warning-400\/40 {
  border-left-color: rgb(198 168 100 / 0.4);
}
.border-l-warning-400\/5 {
  border-left-color: rgb(198 168 100 / 0.05);
}
.border-l-warning-400\/50 {
  border-left-color: rgb(198 168 100 / 0.5);
}
.border-l-warning-400\/60 {
  border-left-color: rgb(198 168 100 / 0.6);
}
.border-l-warning-400\/70 {
  border-left-color: rgb(198 168 100 / 0.7);
}
.border-l-warning-400\/75 {
  border-left-color: rgb(198 168 100 / 0.75);
}
.border-l-warning-400\/80 {
  border-left-color: rgb(198 168 100 / 0.8);
}
.border-l-warning-400\/90 {
  border-left-color: rgb(198 168 100 / 0.9);
}
.border-l-warning-400\/95 {
  border-left-color: rgb(198 168 100 / 0.95);
}
.border-l-warning-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-l-warning-50\/0 {
  border-left-color: rgb(242 239 208 / 0);
}
.border-l-warning-50\/10 {
  border-left-color: rgb(242 239 208 / 0.1);
}
.border-l-warning-50\/100 {
  border-left-color: rgb(242 239 208 / 1);
}
.border-l-warning-50\/20 {
  border-left-color: rgb(242 239 208 / 0.2);
}
.border-l-warning-50\/25 {
  border-left-color: rgb(242 239 208 / 0.25);
}
.border-l-warning-50\/30 {
  border-left-color: rgb(242 239 208 / 0.3);
}
.border-l-warning-50\/40 {
  border-left-color: rgb(242 239 208 / 0.4);
}
.border-l-warning-50\/5 {
  border-left-color: rgb(242 239 208 / 0.05);
}
.border-l-warning-50\/50 {
  border-left-color: rgb(242 239 208 / 0.5);
}
.border-l-warning-50\/60 {
  border-left-color: rgb(242 239 208 / 0.6);
}
.border-l-warning-50\/70 {
  border-left-color: rgb(242 239 208 / 0.7);
}
.border-l-warning-50\/75 {
  border-left-color: rgb(242 239 208 / 0.75);
}
.border-l-warning-50\/80 {
  border-left-color: rgb(242 239 208 / 0.8);
}
.border-l-warning-50\/90 {
  border-left-color: rgb(242 239 208 / 0.9);
}
.border-l-warning-50\/95 {
  border-left-color: rgb(242 239 208 / 0.95);
}
.border-l-warning-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-l-warning-600\/0 {
  border-left-color: rgb(179 134 54 / 0);
}
.border-l-warning-600\/10 {
  border-left-color: rgb(179 134 54 / 0.1);
}
.border-l-warning-600\/100 {
  border-left-color: rgb(179 134 54 / 1);
}
.border-l-warning-600\/20 {
  border-left-color: rgb(179 134 54 / 0.2);
}
.border-l-warning-600\/25 {
  border-left-color: rgb(179 134 54 / 0.25);
}
.border-l-warning-600\/30 {
  border-left-color: rgb(179 134 54 / 0.3);
}
.border-l-warning-600\/40 {
  border-left-color: rgb(179 134 54 / 0.4);
}
.border-l-warning-600\/5 {
  border-left-color: rgb(179 134 54 / 0.05);
}
.border-l-warning-600\/50 {
  border-left-color: rgb(179 134 54 / 0.5);
}
.border-l-warning-600\/60 {
  border-left-color: rgb(179 134 54 / 0.6);
}
.border-l-warning-600\/70 {
  border-left-color: rgb(179 134 54 / 0.7);
}
.border-l-warning-600\/75 {
  border-left-color: rgb(179 134 54 / 0.75);
}
.border-l-warning-600\/80 {
  border-left-color: rgb(179 134 54 / 0.8);
}
.border-l-warning-600\/90 {
  border-left-color: rgb(179 134 54 / 0.9);
}
.border-l-warning-600\/95 {
  border-left-color: rgb(179 134 54 / 0.95);
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-r-active-100\/0 {
  border-right-color: rgb(185 230 184 / 0);
}
.border-r-active-100\/10 {
  border-right-color: rgb(185 230 184 / 0.1);
}
.border-r-active-100\/100 {
  border-right-color: rgb(185 230 184 / 1);
}
.border-r-active-100\/20 {
  border-right-color: rgb(185 230 184 / 0.2);
}
.border-r-active-100\/25 {
  border-right-color: rgb(185 230 184 / 0.25);
}
.border-r-active-100\/30 {
  border-right-color: rgb(185 230 184 / 0.3);
}
.border-r-active-100\/40 {
  border-right-color: rgb(185 230 184 / 0.4);
}
.border-r-active-100\/5 {
  border-right-color: rgb(185 230 184 / 0.05);
}
.border-r-active-100\/50 {
  border-right-color: rgb(185 230 184 / 0.5);
}
.border-r-active-100\/60 {
  border-right-color: rgb(185 230 184 / 0.6);
}
.border-r-active-100\/70 {
  border-right-color: rgb(185 230 184 / 0.7);
}
.border-r-active-100\/75 {
  border-right-color: rgb(185 230 184 / 0.75);
}
.border-r-active-100\/80 {
  border-right-color: rgb(185 230 184 / 0.8);
}
.border-r-active-100\/90 {
  border-right-color: rgb(185 230 184 / 0.9);
}
.border-r-active-100\/95 {
  border-right-color: rgb(185 230 184 / 0.95);
}
.border-r-active-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-r-active-200\/0 {
  border-right-color: rgb(159 219 157 / 0);
}
.border-r-active-200\/10 {
  border-right-color: rgb(159 219 157 / 0.1);
}
.border-r-active-200\/100 {
  border-right-color: rgb(159 219 157 / 1);
}
.border-r-active-200\/20 {
  border-right-color: rgb(159 219 157 / 0.2);
}
.border-r-active-200\/25 {
  border-right-color: rgb(159 219 157 / 0.25);
}
.border-r-active-200\/30 {
  border-right-color: rgb(159 219 157 / 0.3);
}
.border-r-active-200\/40 {
  border-right-color: rgb(159 219 157 / 0.4);
}
.border-r-active-200\/5 {
  border-right-color: rgb(159 219 157 / 0.05);
}
.border-r-active-200\/50 {
  border-right-color: rgb(159 219 157 / 0.5);
}
.border-r-active-200\/60 {
  border-right-color: rgb(159 219 157 / 0.6);
}
.border-r-active-200\/70 {
  border-right-color: rgb(159 219 157 / 0.7);
}
.border-r-active-200\/75 {
  border-right-color: rgb(159 219 157 / 0.75);
}
.border-r-active-200\/80 {
  border-right-color: rgb(159 219 157 / 0.8);
}
.border-r-active-200\/90 {
  border-right-color: rgb(159 219 157 / 0.9);
}
.border-r-active-200\/95 {
  border-right-color: rgb(159 219 157 / 0.95);
}
.border-r-active-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-r-active-400\/0 {
  border-right-color: rgb(106 197 103 / 0);
}
.border-r-active-400\/10 {
  border-right-color: rgb(106 197 103 / 0.1);
}
.border-r-active-400\/100 {
  border-right-color: rgb(106 197 103 / 1);
}
.border-r-active-400\/20 {
  border-right-color: rgb(106 197 103 / 0.2);
}
.border-r-active-400\/25 {
  border-right-color: rgb(106 197 103 / 0.25);
}
.border-r-active-400\/30 {
  border-right-color: rgb(106 197 103 / 0.3);
}
.border-r-active-400\/40 {
  border-right-color: rgb(106 197 103 / 0.4);
}
.border-r-active-400\/5 {
  border-right-color: rgb(106 197 103 / 0.05);
}
.border-r-active-400\/50 {
  border-right-color: rgb(106 197 103 / 0.5);
}
.border-r-active-400\/60 {
  border-right-color: rgb(106 197 103 / 0.6);
}
.border-r-active-400\/70 {
  border-right-color: rgb(106 197 103 / 0.7);
}
.border-r-active-400\/75 {
  border-right-color: rgb(106 197 103 / 0.75);
}
.border-r-active-400\/80 {
  border-right-color: rgb(106 197 103 / 0.8);
}
.border-r-active-400\/90 {
  border-right-color: rgb(106 197 103 / 0.9);
}
.border-r-active-400\/95 {
  border-right-color: rgb(106 197 103 / 0.95);
}
.border-r-active-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-r-active-50\/0 {
  border-right-color: rgb(212 241 211 / 0);
}
.border-r-active-50\/10 {
  border-right-color: rgb(212 241 211 / 0.1);
}
.border-r-active-50\/100 {
  border-right-color: rgb(212 241 211 / 1);
}
.border-r-active-50\/20 {
  border-right-color: rgb(212 241 211 / 0.2);
}
.border-r-active-50\/25 {
  border-right-color: rgb(212 241 211 / 0.25);
}
.border-r-active-50\/30 {
  border-right-color: rgb(212 241 211 / 0.3);
}
.border-r-active-50\/40 {
  border-right-color: rgb(212 241 211 / 0.4);
}
.border-r-active-50\/5 {
  border-right-color: rgb(212 241 211 / 0.05);
}
.border-r-active-50\/50 {
  border-right-color: rgb(212 241 211 / 0.5);
}
.border-r-active-50\/60 {
  border-right-color: rgb(212 241 211 / 0.6);
}
.border-r-active-50\/70 {
  border-right-color: rgb(212 241 211 / 0.7);
}
.border-r-active-50\/75 {
  border-right-color: rgb(212 241 211 / 0.75);
}
.border-r-active-50\/80 {
  border-right-color: rgb(212 241 211 / 0.8);
}
.border-r-active-50\/90 {
  border-right-color: rgb(212 241 211 / 0.9);
}
.border-r-active-50\/95 {
  border-right-color: rgb(212 241 211 / 0.95);
}
.border-r-active-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-r-active-600\/0 {
  border-right-color: rgb(54 175 49 / 0);
}
.border-r-active-600\/10 {
  border-right-color: rgb(54 175 49 / 0.1);
}
.border-r-active-600\/100 {
  border-right-color: rgb(54 175 49 / 1);
}
.border-r-active-600\/20 {
  border-right-color: rgb(54 175 49 / 0.2);
}
.border-r-active-600\/25 {
  border-right-color: rgb(54 175 49 / 0.25);
}
.border-r-active-600\/30 {
  border-right-color: rgb(54 175 49 / 0.3);
}
.border-r-active-600\/40 {
  border-right-color: rgb(54 175 49 / 0.4);
}
.border-r-active-600\/5 {
  border-right-color: rgb(54 175 49 / 0.05);
}
.border-r-active-600\/50 {
  border-right-color: rgb(54 175 49 / 0.5);
}
.border-r-active-600\/60 {
  border-right-color: rgb(54 175 49 / 0.6);
}
.border-r-active-600\/70 {
  border-right-color: rgb(54 175 49 / 0.7);
}
.border-r-active-600\/75 {
  border-right-color: rgb(54 175 49 / 0.75);
}
.border-r-active-600\/80 {
  border-right-color: rgb(54 175 49 / 0.8);
}
.border-r-active-600\/90 {
  border-right-color: rgb(54 175 49 / 0.9);
}
.border-r-active-600\/95 {
  border-right-color: rgb(54 175 49 / 0.95);
}
.border-r-amber-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-right-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-right-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-right-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-right-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-right-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-right-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-right-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-right-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-right-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-right-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-right-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-right-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-right-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-right-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-right-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-right-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-r-blue-850\/0 {
  border-right-color: rgb(40 56 72 / 0);
}
.border-r-blue-850\/10 {
  border-right-color: rgb(40 56 72 / 0.1);
}
.border-r-blue-850\/100 {
  border-right-color: rgb(40 56 72 / 1);
}
.border-r-blue-850\/20 {
  border-right-color: rgb(40 56 72 / 0.2);
}
.border-r-blue-850\/25 {
  border-right-color: rgb(40 56 72 / 0.25);
}
.border-r-blue-850\/30 {
  border-right-color: rgb(40 56 72 / 0.3);
}
.border-r-blue-850\/40 {
  border-right-color: rgb(40 56 72 / 0.4);
}
.border-r-blue-850\/5 {
  border-right-color: rgb(40 56 72 / 0.05);
}
.border-r-blue-850\/50 {
  border-right-color: rgb(40 56 72 / 0.5);
}
.border-r-blue-850\/60 {
  border-right-color: rgb(40 56 72 / 0.6);
}
.border-r-blue-850\/70 {
  border-right-color: rgb(40 56 72 / 0.7);
}
.border-r-blue-850\/75 {
  border-right-color: rgb(40 56 72 / 0.75);
}
.border-r-blue-850\/80 {
  border-right-color: rgb(40 56 72 / 0.8);
}
.border-r-blue-850\/90 {
  border-right-color: rgb(40 56 72 / 0.9);
}
.border-r-blue-850\/95 {
  border-right-color: rgb(40 56 72 / 0.95);
}
.border-r-blue-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-right-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-right-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-right-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-right-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-right-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-right-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-right-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-right-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-right-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-right-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-right-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-right-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-right-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-right-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-right-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-right-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-right-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-right-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-right-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-right-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-right-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-r-error-100\/0 {
  border-right-color: rgb(224 177 177 / 0);
}
.border-r-error-100\/10 {
  border-right-color: rgb(224 177 177 / 0.1);
}
.border-r-error-100\/100 {
  border-right-color: rgb(224 177 177 / 1);
}
.border-r-error-100\/20 {
  border-right-color: rgb(224 177 177 / 0.2);
}
.border-r-error-100\/25 {
  border-right-color: rgb(224 177 177 / 0.25);
}
.border-r-error-100\/30 {
  border-right-color: rgb(224 177 177 / 0.3);
}
.border-r-error-100\/40 {
  border-right-color: rgb(224 177 177 / 0.4);
}
.border-r-error-100\/5 {
  border-right-color: rgb(224 177 177 / 0.05);
}
.border-r-error-100\/50 {
  border-right-color: rgb(224 177 177 / 0.5);
}
.border-r-error-100\/60 {
  border-right-color: rgb(224 177 177 / 0.6);
}
.border-r-error-100\/70 {
  border-right-color: rgb(224 177 177 / 0.7);
}
.border-r-error-100\/75 {
  border-right-color: rgb(224 177 177 / 0.75);
}
.border-r-error-100\/80 {
  border-right-color: rgb(224 177 177 / 0.8);
}
.border-r-error-100\/90 {
  border-right-color: rgb(224 177 177 / 0.9);
}
.border-r-error-100\/95 {
  border-right-color: rgb(224 177 177 / 0.95);
}
.border-r-error-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-r-error-200\/0 {
  border-right-color: rgb(211 148 148 / 0);
}
.border-r-error-200\/10 {
  border-right-color: rgb(211 148 148 / 0.1);
}
.border-r-error-200\/100 {
  border-right-color: rgb(211 148 148 / 1);
}
.border-r-error-200\/20 {
  border-right-color: rgb(211 148 148 / 0.2);
}
.border-r-error-200\/25 {
  border-right-color: rgb(211 148 148 / 0.25);
}
.border-r-error-200\/30 {
  border-right-color: rgb(211 148 148 / 0.3);
}
.border-r-error-200\/40 {
  border-right-color: rgb(211 148 148 / 0.4);
}
.border-r-error-200\/5 {
  border-right-color: rgb(211 148 148 / 0.05);
}
.border-r-error-200\/50 {
  border-right-color: rgb(211 148 148 / 0.5);
}
.border-r-error-200\/60 {
  border-right-color: rgb(211 148 148 / 0.6);
}
.border-r-error-200\/70 {
  border-right-color: rgb(211 148 148 / 0.7);
}
.border-r-error-200\/75 {
  border-right-color: rgb(211 148 148 / 0.75);
}
.border-r-error-200\/80 {
  border-right-color: rgb(211 148 148 / 0.8);
}
.border-r-error-200\/90 {
  border-right-color: rgb(211 148 148 / 0.9);
}
.border-r-error-200\/95 {
  border-right-color: rgb(211 148 148 / 0.95);
}
.border-r-error-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-r-error-400\/0 {
  border-right-color: rgb(198 103 103 / 0);
}
.border-r-error-400\/10 {
  border-right-color: rgb(198 103 103 / 0.1);
}
.border-r-error-400\/100 {
  border-right-color: rgb(198 103 103 / 1);
}
.border-r-error-400\/20 {
  border-right-color: rgb(198 103 103 / 0.2);
}
.border-r-error-400\/25 {
  border-right-color: rgb(198 103 103 / 0.25);
}
.border-r-error-400\/30 {
  border-right-color: rgb(198 103 103 / 0.3);
}
.border-r-error-400\/40 {
  border-right-color: rgb(198 103 103 / 0.4);
}
.border-r-error-400\/5 {
  border-right-color: rgb(198 103 103 / 0.05);
}
.border-r-error-400\/50 {
  border-right-color: rgb(198 103 103 / 0.5);
}
.border-r-error-400\/60 {
  border-right-color: rgb(198 103 103 / 0.6);
}
.border-r-error-400\/70 {
  border-right-color: rgb(198 103 103 / 0.7);
}
.border-r-error-400\/75 {
  border-right-color: rgb(198 103 103 / 0.75);
}
.border-r-error-400\/80 {
  border-right-color: rgb(198 103 103 / 0.8);
}
.border-r-error-400\/90 {
  border-right-color: rgb(198 103 103 / 0.9);
}
.border-r-error-400\/95 {
  border-right-color: rgb(198 103 103 / 0.95);
}
.border-r-error-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-r-error-50\/0 {
  border-right-color: rgb(237 206 206 / 0);
}
.border-r-error-50\/10 {
  border-right-color: rgb(237 206 206 / 0.1);
}
.border-r-error-50\/100 {
  border-right-color: rgb(237 206 206 / 1);
}
.border-r-error-50\/20 {
  border-right-color: rgb(237 206 206 / 0.2);
}
.border-r-error-50\/25 {
  border-right-color: rgb(237 206 206 / 0.25);
}
.border-r-error-50\/30 {
  border-right-color: rgb(237 206 206 / 0.3);
}
.border-r-error-50\/40 {
  border-right-color: rgb(237 206 206 / 0.4);
}
.border-r-error-50\/5 {
  border-right-color: rgb(237 206 206 / 0.05);
}
.border-r-error-50\/50 {
  border-right-color: rgb(237 206 206 / 0.5);
}
.border-r-error-50\/60 {
  border-right-color: rgb(237 206 206 / 0.6);
}
.border-r-error-50\/70 {
  border-right-color: rgb(237 206 206 / 0.7);
}
.border-r-error-50\/75 {
  border-right-color: rgb(237 206 206 / 0.75);
}
.border-r-error-50\/80 {
  border-right-color: rgb(237 206 206 / 0.8);
}
.border-r-error-50\/90 {
  border-right-color: rgb(237 206 206 / 0.9);
}
.border-r-error-50\/95 {
  border-right-color: rgb(237 206 206 / 0.95);
}
.border-r-error-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-r-error-600\/0 {
  border-right-color: rgb(185 58 58 / 0);
}
.border-r-error-600\/10 {
  border-right-color: rgb(185 58 58 / 0.1);
}
.border-r-error-600\/100 {
  border-right-color: rgb(185 58 58 / 1);
}
.border-r-error-600\/20 {
  border-right-color: rgb(185 58 58 / 0.2);
}
.border-r-error-600\/25 {
  border-right-color: rgb(185 58 58 / 0.25);
}
.border-r-error-600\/30 {
  border-right-color: rgb(185 58 58 / 0.3);
}
.border-r-error-600\/40 {
  border-right-color: rgb(185 58 58 / 0.4);
}
.border-r-error-600\/5 {
  border-right-color: rgb(185 58 58 / 0.05);
}
.border-r-error-600\/50 {
  border-right-color: rgb(185 58 58 / 0.5);
}
.border-r-error-600\/60 {
  border-right-color: rgb(185 58 58 / 0.6);
}
.border-r-error-600\/70 {
  border-right-color: rgb(185 58 58 / 0.7);
}
.border-r-error-600\/75 {
  border-right-color: rgb(185 58 58 / 0.75);
}
.border-r-error-600\/80 {
  border-right-color: rgb(185 58 58 / 0.8);
}
.border-r-error-600\/90 {
  border-right-color: rgb(185 58 58 / 0.9);
}
.border-r-error-600\/95 {
  border-right-color: rgb(185 58 58 / 0.95);
}
.border-r-fuchsia-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-right-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-right-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-right-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-right-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-right-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-right-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-right-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-right-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-right-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-right-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-right-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-right-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-right-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-right-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-right-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-right-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-right-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-right-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-right-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-right-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-right-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-right-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-right-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-right-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-right-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-right-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-right-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-right-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-right-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-r-green-850\/0 {
  border-right-color: rgb(73 89 70 / 0);
}
.border-r-green-850\/10 {
  border-right-color: rgb(73 89 70 / 0.1);
}
.border-r-green-850\/100 {
  border-right-color: rgb(73 89 70 / 1);
}
.border-r-green-850\/20 {
  border-right-color: rgb(73 89 70 / 0.2);
}
.border-r-green-850\/25 {
  border-right-color: rgb(73 89 70 / 0.25);
}
.border-r-green-850\/30 {
  border-right-color: rgb(73 89 70 / 0.3);
}
.border-r-green-850\/40 {
  border-right-color: rgb(73 89 70 / 0.4);
}
.border-r-green-850\/5 {
  border-right-color: rgb(73 89 70 / 0.05);
}
.border-r-green-850\/50 {
  border-right-color: rgb(73 89 70 / 0.5);
}
.border-r-green-850\/60 {
  border-right-color: rgb(73 89 70 / 0.6);
}
.border-r-green-850\/70 {
  border-right-color: rgb(73 89 70 / 0.7);
}
.border-r-green-850\/75 {
  border-right-color: rgb(73 89 70 / 0.75);
}
.border-r-green-850\/80 {
  border-right-color: rgb(73 89 70 / 0.8);
}
.border-r-green-850\/90 {
  border-right-color: rgb(73 89 70 / 0.9);
}
.border-r-green-850\/95 {
  border-right-color: rgb(73 89 70 / 0.95);
}
.border-r-green-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-right-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-right-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-r-grey-100\/0 {
  border-right-color: rgb(245 245 245 / 0);
}
.border-r-grey-100\/10 {
  border-right-color: rgb(245 245 245 / 0.1);
}
.border-r-grey-100\/100 {
  border-right-color: rgb(245 245 245 / 1);
}
.border-r-grey-100\/20 {
  border-right-color: rgb(245 245 245 / 0.2);
}
.border-r-grey-100\/25 {
  border-right-color: rgb(245 245 245 / 0.25);
}
.border-r-grey-100\/30 {
  border-right-color: rgb(245 245 245 / 0.3);
}
.border-r-grey-100\/40 {
  border-right-color: rgb(245 245 245 / 0.4);
}
.border-r-grey-100\/5 {
  border-right-color: rgb(245 245 245 / 0.05);
}
.border-r-grey-100\/50 {
  border-right-color: rgb(245 245 245 / 0.5);
}
.border-r-grey-100\/60 {
  border-right-color: rgb(245 245 245 / 0.6);
}
.border-r-grey-100\/70 {
  border-right-color: rgb(245 245 245 / 0.7);
}
.border-r-grey-100\/75 {
  border-right-color: rgb(245 245 245 / 0.75);
}
.border-r-grey-100\/80 {
  border-right-color: rgb(245 245 245 / 0.8);
}
.border-r-grey-100\/90 {
  border-right-color: rgb(245 245 245 / 0.9);
}
.border-r-grey-100\/95 {
  border-right-color: rgb(245 245 245 / 0.95);
}
.border-r-grey-125 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-r-grey-125\/0 {
  border-right-color: rgb(237 235 235 / 0);
}
.border-r-grey-125\/10 {
  border-right-color: rgb(237 235 235 / 0.1);
}
.border-r-grey-125\/100 {
  border-right-color: rgb(237 235 235 / 1);
}
.border-r-grey-125\/20 {
  border-right-color: rgb(237 235 235 / 0.2);
}
.border-r-grey-125\/25 {
  border-right-color: rgb(237 235 235 / 0.25);
}
.border-r-grey-125\/30 {
  border-right-color: rgb(237 235 235 / 0.3);
}
.border-r-grey-125\/40 {
  border-right-color: rgb(237 235 235 / 0.4);
}
.border-r-grey-125\/5 {
  border-right-color: rgb(237 235 235 / 0.05);
}
.border-r-grey-125\/50 {
  border-right-color: rgb(237 235 235 / 0.5);
}
.border-r-grey-125\/60 {
  border-right-color: rgb(237 235 235 / 0.6);
}
.border-r-grey-125\/70 {
  border-right-color: rgb(237 235 235 / 0.7);
}
.border-r-grey-125\/75 {
  border-right-color: rgb(237 235 235 / 0.75);
}
.border-r-grey-125\/80 {
  border-right-color: rgb(237 235 235 / 0.8);
}
.border-r-grey-125\/90 {
  border-right-color: rgb(237 235 235 / 0.9);
}
.border-r-grey-125\/95 {
  border-right-color: rgb(237 235 235 / 0.95);
}
.border-r-grey-150 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-r-grey-150\/0 {
  border-right-color: rgb(220 220 220 / 0);
}
.border-r-grey-150\/10 {
  border-right-color: rgb(220 220 220 / 0.1);
}
.border-r-grey-150\/100 {
  border-right-color: rgb(220 220 220 / 1);
}
.border-r-grey-150\/20 {
  border-right-color: rgb(220 220 220 / 0.2);
}
.border-r-grey-150\/25 {
  border-right-color: rgb(220 220 220 / 0.25);
}
.border-r-grey-150\/30 {
  border-right-color: rgb(220 220 220 / 0.3);
}
.border-r-grey-150\/40 {
  border-right-color: rgb(220 220 220 / 0.4);
}
.border-r-grey-150\/5 {
  border-right-color: rgb(220 220 220 / 0.05);
}
.border-r-grey-150\/50 {
  border-right-color: rgb(220 220 220 / 0.5);
}
.border-r-grey-150\/60 {
  border-right-color: rgb(220 220 220 / 0.6);
}
.border-r-grey-150\/70 {
  border-right-color: rgb(220 220 220 / 0.7);
}
.border-r-grey-150\/75 {
  border-right-color: rgb(220 220 220 / 0.75);
}
.border-r-grey-150\/80 {
  border-right-color: rgb(220 220 220 / 0.8);
}
.border-r-grey-150\/90 {
  border-right-color: rgb(220 220 220 / 0.9);
}
.border-r-grey-150\/95 {
  border-right-color: rgb(220 220 220 / 0.95);
}
.border-r-grey-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-r-grey-200\/0 {
  border-right-color: rgb(201 201 201 / 0);
}
.border-r-grey-200\/10 {
  border-right-color: rgb(201 201 201 / 0.1);
}
.border-r-grey-200\/100 {
  border-right-color: rgb(201 201 201 / 1);
}
.border-r-grey-200\/20 {
  border-right-color: rgb(201 201 201 / 0.2);
}
.border-r-grey-200\/25 {
  border-right-color: rgb(201 201 201 / 0.25);
}
.border-r-grey-200\/30 {
  border-right-color: rgb(201 201 201 / 0.3);
}
.border-r-grey-200\/40 {
  border-right-color: rgb(201 201 201 / 0.4);
}
.border-r-grey-200\/5 {
  border-right-color: rgb(201 201 201 / 0.05);
}
.border-r-grey-200\/50 {
  border-right-color: rgb(201 201 201 / 0.5);
}
.border-r-grey-200\/60 {
  border-right-color: rgb(201 201 201 / 0.6);
}
.border-r-grey-200\/70 {
  border-right-color: rgb(201 201 201 / 0.7);
}
.border-r-grey-200\/75 {
  border-right-color: rgb(201 201 201 / 0.75);
}
.border-r-grey-200\/80 {
  border-right-color: rgb(201 201 201 / 0.8);
}
.border-r-grey-200\/90 {
  border-right-color: rgb(201 201 201 / 0.9);
}
.border-r-grey-200\/95 {
  border-right-color: rgb(201 201 201 / 0.95);
}
.border-r-grey-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-r-grey-300\/0 {
  border-right-color: rgb(183 183 183 / 0);
}
.border-r-grey-300\/10 {
  border-right-color: rgb(183 183 183 / 0.1);
}
.border-r-grey-300\/100 {
  border-right-color: rgb(183 183 183 / 1);
}
.border-r-grey-300\/20 {
  border-right-color: rgb(183 183 183 / 0.2);
}
.border-r-grey-300\/25 {
  border-right-color: rgb(183 183 183 / 0.25);
}
.border-r-grey-300\/30 {
  border-right-color: rgb(183 183 183 / 0.3);
}
.border-r-grey-300\/40 {
  border-right-color: rgb(183 183 183 / 0.4);
}
.border-r-grey-300\/5 {
  border-right-color: rgb(183 183 183 / 0.05);
}
.border-r-grey-300\/50 {
  border-right-color: rgb(183 183 183 / 0.5);
}
.border-r-grey-300\/60 {
  border-right-color: rgb(183 183 183 / 0.6);
}
.border-r-grey-300\/70 {
  border-right-color: rgb(183 183 183 / 0.7);
}
.border-r-grey-300\/75 {
  border-right-color: rgb(183 183 183 / 0.75);
}
.border-r-grey-300\/80 {
  border-right-color: rgb(183 183 183 / 0.8);
}
.border-r-grey-300\/90 {
  border-right-color: rgb(183 183 183 / 0.9);
}
.border-r-grey-300\/95 {
  border-right-color: rgb(183 183 183 / 0.95);
}
.border-r-grey-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-r-grey-400\/0 {
  border-right-color: rgb(218 218 218 / 0);
}
.border-r-grey-400\/10 {
  border-right-color: rgb(218 218 218 / 0.1);
}
.border-r-grey-400\/100 {
  border-right-color: rgb(218 218 218 / 1);
}
.border-r-grey-400\/20 {
  border-right-color: rgb(218 218 218 / 0.2);
}
.border-r-grey-400\/25 {
  border-right-color: rgb(218 218 218 / 0.25);
}
.border-r-grey-400\/30 {
  border-right-color: rgb(218 218 218 / 0.3);
}
.border-r-grey-400\/40 {
  border-right-color: rgb(218 218 218 / 0.4);
}
.border-r-grey-400\/5 {
  border-right-color: rgb(218 218 218 / 0.05);
}
.border-r-grey-400\/50 {
  border-right-color: rgb(218 218 218 / 0.5);
}
.border-r-grey-400\/60 {
  border-right-color: rgb(218 218 218 / 0.6);
}
.border-r-grey-400\/70 {
  border-right-color: rgb(218 218 218 / 0.7);
}
.border-r-grey-400\/75 {
  border-right-color: rgb(218 218 218 / 0.75);
}
.border-r-grey-400\/80 {
  border-right-color: rgb(218 218 218 / 0.8);
}
.border-r-grey-400\/90 {
  border-right-color: rgb(218 218 218 / 0.9);
}
.border-r-grey-400\/95 {
  border-right-color: rgb(218 218 218 / 0.95);
}
.border-r-grey-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-r-grey-50\/0 {
  border-right-color: rgb(254 254 254 / 0);
}
.border-r-grey-50\/10 {
  border-right-color: rgb(254 254 254 / 0.1);
}
.border-r-grey-50\/100 {
  border-right-color: rgb(254 254 254 / 1);
}
.border-r-grey-50\/20 {
  border-right-color: rgb(254 254 254 / 0.2);
}
.border-r-grey-50\/25 {
  border-right-color: rgb(254 254 254 / 0.25);
}
.border-r-grey-50\/30 {
  border-right-color: rgb(254 254 254 / 0.3);
}
.border-r-grey-50\/40 {
  border-right-color: rgb(254 254 254 / 0.4);
}
.border-r-grey-50\/5 {
  border-right-color: rgb(254 254 254 / 0.05);
}
.border-r-grey-50\/50 {
  border-right-color: rgb(254 254 254 / 0.5);
}
.border-r-grey-50\/60 {
  border-right-color: rgb(254 254 254 / 0.6);
}
.border-r-grey-50\/70 {
  border-right-color: rgb(254 254 254 / 0.7);
}
.border-r-grey-50\/75 {
  border-right-color: rgb(254 254 254 / 0.75);
}
.border-r-grey-50\/80 {
  border-right-color: rgb(254 254 254 / 0.8);
}
.border-r-grey-50\/90 {
  border-right-color: rgb(254 254 254 / 0.9);
}
.border-r-grey-50\/95 {
  border-right-color: rgb(254 254 254 / 0.95);
}
.border-r-grey-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-r-grey-500\/0 {
  border-right-color: rgb(142 142 142 / 0);
}
.border-r-grey-500\/10 {
  border-right-color: rgb(142 142 142 / 0.1);
}
.border-r-grey-500\/100 {
  border-right-color: rgb(142 142 142 / 1);
}
.border-r-grey-500\/20 {
  border-right-color: rgb(142 142 142 / 0.2);
}
.border-r-grey-500\/25 {
  border-right-color: rgb(142 142 142 / 0.25);
}
.border-r-grey-500\/30 {
  border-right-color: rgb(142 142 142 / 0.3);
}
.border-r-grey-500\/40 {
  border-right-color: rgb(142 142 142 / 0.4);
}
.border-r-grey-500\/5 {
  border-right-color: rgb(142 142 142 / 0.05);
}
.border-r-grey-500\/50 {
  border-right-color: rgb(142 142 142 / 0.5);
}
.border-r-grey-500\/60 {
  border-right-color: rgb(142 142 142 / 0.6);
}
.border-r-grey-500\/70 {
  border-right-color: rgb(142 142 142 / 0.7);
}
.border-r-grey-500\/75 {
  border-right-color: rgb(142 142 142 / 0.75);
}
.border-r-grey-500\/80 {
  border-right-color: rgb(142 142 142 / 0.8);
}
.border-r-grey-500\/90 {
  border-right-color: rgb(142 142 142 / 0.9);
}
.border-r-grey-500\/95 {
  border-right-color: rgb(142 142 142 / 0.95);
}
.border-r-grey-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-r-grey-600\/0 {
  border-right-color: rgb(111 111 111 / 0);
}
.border-r-grey-600\/10 {
  border-right-color: rgb(111 111 111 / 0.1);
}
.border-r-grey-600\/100 {
  border-right-color: rgb(111 111 111 / 1);
}
.border-r-grey-600\/20 {
  border-right-color: rgb(111 111 111 / 0.2);
}
.border-r-grey-600\/25 {
  border-right-color: rgb(111 111 111 / 0.25);
}
.border-r-grey-600\/30 {
  border-right-color: rgb(111 111 111 / 0.3);
}
.border-r-grey-600\/40 {
  border-right-color: rgb(111 111 111 / 0.4);
}
.border-r-grey-600\/5 {
  border-right-color: rgb(111 111 111 / 0.05);
}
.border-r-grey-600\/50 {
  border-right-color: rgb(111 111 111 / 0.5);
}
.border-r-grey-600\/60 {
  border-right-color: rgb(111 111 111 / 0.6);
}
.border-r-grey-600\/70 {
  border-right-color: rgb(111 111 111 / 0.7);
}
.border-r-grey-600\/75 {
  border-right-color: rgb(111 111 111 / 0.75);
}
.border-r-grey-600\/80 {
  border-right-color: rgb(111 111 111 / 0.8);
}
.border-r-grey-600\/90 {
  border-right-color: rgb(111 111 111 / 0.9);
}
.border-r-grey-600\/95 {
  border-right-color: rgb(111 111 111 / 0.95);
}
.border-r-grey-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-r-grey-700\/0 {
  border-right-color: rgb(82 82 82 / 0);
}
.border-r-grey-700\/10 {
  border-right-color: rgb(82 82 82 / 0.1);
}
.border-r-grey-700\/100 {
  border-right-color: rgb(82 82 82 / 1);
}
.border-r-grey-700\/20 {
  border-right-color: rgb(82 82 82 / 0.2);
}
.border-r-grey-700\/25 {
  border-right-color: rgb(82 82 82 / 0.25);
}
.border-r-grey-700\/30 {
  border-right-color: rgb(82 82 82 / 0.3);
}
.border-r-grey-700\/40 {
  border-right-color: rgb(82 82 82 / 0.4);
}
.border-r-grey-700\/5 {
  border-right-color: rgb(82 82 82 / 0.05);
}
.border-r-grey-700\/50 {
  border-right-color: rgb(82 82 82 / 0.5);
}
.border-r-grey-700\/60 {
  border-right-color: rgb(82 82 82 / 0.6);
}
.border-r-grey-700\/70 {
  border-right-color: rgb(82 82 82 / 0.7);
}
.border-r-grey-700\/75 {
  border-right-color: rgb(82 82 82 / 0.75);
}
.border-r-grey-700\/80 {
  border-right-color: rgb(82 82 82 / 0.8);
}
.border-r-grey-700\/90 {
  border-right-color: rgb(82 82 82 / 0.9);
}
.border-r-grey-700\/95 {
  border-right-color: rgb(82 82 82 / 0.95);
}
.border-r-grey-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-r-grey-800\/0 {
  border-right-color: rgb(53 53 53 / 0);
}
.border-r-grey-800\/10 {
  border-right-color: rgb(53 53 53 / 0.1);
}
.border-r-grey-800\/100 {
  border-right-color: rgb(53 53 53 / 1);
}
.border-r-grey-800\/20 {
  border-right-color: rgb(53 53 53 / 0.2);
}
.border-r-grey-800\/25 {
  border-right-color: rgb(53 53 53 / 0.25);
}
.border-r-grey-800\/30 {
  border-right-color: rgb(53 53 53 / 0.3);
}
.border-r-grey-800\/40 {
  border-right-color: rgb(53 53 53 / 0.4);
}
.border-r-grey-800\/5 {
  border-right-color: rgb(53 53 53 / 0.05);
}
.border-r-grey-800\/50 {
  border-right-color: rgb(53 53 53 / 0.5);
}
.border-r-grey-800\/60 {
  border-right-color: rgb(53 53 53 / 0.6);
}
.border-r-grey-800\/70 {
  border-right-color: rgb(53 53 53 / 0.7);
}
.border-r-grey-800\/75 {
  border-right-color: rgb(53 53 53 / 0.75);
}
.border-r-grey-800\/80 {
  border-right-color: rgb(53 53 53 / 0.8);
}
.border-r-grey-800\/90 {
  border-right-color: rgb(53 53 53 / 0.9);
}
.border-r-grey-800\/95 {
  border-right-color: rgb(53 53 53 / 0.95);
}
.border-r-grey-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-r-grey-900\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-grey-900\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-grey-900\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-grey-900\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-grey-900\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-grey-900\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-grey-900\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-grey-900\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-grey-900\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-grey-900\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-grey-900\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-grey-900\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-grey-900\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-grey-900\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-grey-900\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-indigo-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-right-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-right-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-right-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-right-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-right-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-right-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-right-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-right-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-right-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-right-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-right-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-right-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-right-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-right-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-right-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-right-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-right-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-right-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-right-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-right-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-right-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-right-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-right-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-right-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-right-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-right-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-right-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-right-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-right-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-right-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-right-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-right-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-right-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-right-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-right-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-right-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-right-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-right-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-right-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-right-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-right-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-right-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-right-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-right-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-right-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-right-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-right-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-right-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-r-primary-hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-r-primary-hover\/0 {
  border-right-color: rgb(205 243 208 / 0);
}
.border-r-primary-hover\/10 {
  border-right-color: rgb(205 243 208 / 0.1);
}
.border-r-primary-hover\/100 {
  border-right-color: rgb(205 243 208 / 1);
}
.border-r-primary-hover\/20 {
  border-right-color: rgb(205 243 208 / 0.2);
}
.border-r-primary-hover\/25 {
  border-right-color: rgb(205 243 208 / 0.25);
}
.border-r-primary-hover\/30 {
  border-right-color: rgb(205 243 208 / 0.3);
}
.border-r-primary-hover\/40 {
  border-right-color: rgb(205 243 208 / 0.4);
}
.border-r-primary-hover\/5 {
  border-right-color: rgb(205 243 208 / 0.05);
}
.border-r-primary-hover\/50 {
  border-right-color: rgb(205 243 208 / 0.5);
}
.border-r-primary-hover\/60 {
  border-right-color: rgb(205 243 208 / 0.6);
}
.border-r-primary-hover\/70 {
  border-right-color: rgb(205 243 208 / 0.7);
}
.border-r-primary-hover\/75 {
  border-right-color: rgb(205 243 208 / 0.75);
}
.border-r-primary-hover\/80 {
  border-right-color: rgb(205 243 208 / 0.8);
}
.border-r-primary-hover\/90 {
  border-right-color: rgb(205 243 208 / 0.9);
}
.border-r-primary-hover\/95 {
  border-right-color: rgb(205 243 208 / 0.95);
}
.border-r-primary\/0 {
  border-right-color: rgb(27 218 46 / 0);
}
.border-r-primary\/10 {
  border-right-color: rgb(27 218 46 / 0.1);
}
.border-r-primary\/100 {
  border-right-color: rgb(27 218 46 / 1);
}
.border-r-primary\/20 {
  border-right-color: rgb(27 218 46 / 0.2);
}
.border-r-primary\/25 {
  border-right-color: rgb(27 218 46 / 0.25);
}
.border-r-primary\/30 {
  border-right-color: rgb(27 218 46 / 0.3);
}
.border-r-primary\/40 {
  border-right-color: rgb(27 218 46 / 0.4);
}
.border-r-primary\/5 {
  border-right-color: rgb(27 218 46 / 0.05);
}
.border-r-primary\/50 {
  border-right-color: rgb(27 218 46 / 0.5);
}
.border-r-primary\/60 {
  border-right-color: rgb(27 218 46 / 0.6);
}
.border-r-primary\/70 {
  border-right-color: rgb(27 218 46 / 0.7);
}
.border-r-primary\/75 {
  border-right-color: rgb(27 218 46 / 0.75);
}
.border-r-primary\/80 {
  border-right-color: rgb(27 218 46 / 0.8);
}
.border-r-primary\/90 {
  border-right-color: rgb(27 218 46 / 0.9);
}
.border-r-primary\/95 {
  border-right-color: rgb(27 218 46 / 0.95);
}
.border-r-purple-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-right-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-right-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-right-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-right-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-right-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-right-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-right-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-right-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-right-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-right-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-right-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-right-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-right-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-right-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-right-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-right-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-right-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-right-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-right-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-right-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-right-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-right-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-right-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-r-secondary\/0 {
  border-right-color: rgb(205 243 208 / 0);
}
.border-r-secondary\/10 {
  border-right-color: rgb(205 243 208 / 0.1);
}
.border-r-secondary\/100 {
  border-right-color: rgb(205 243 208 / 1);
}
.border-r-secondary\/20 {
  border-right-color: rgb(205 243 208 / 0.2);
}
.border-r-secondary\/25 {
  border-right-color: rgb(205 243 208 / 0.25);
}
.border-r-secondary\/30 {
  border-right-color: rgb(205 243 208 / 0.3);
}
.border-r-secondary\/40 {
  border-right-color: rgb(205 243 208 / 0.4);
}
.border-r-secondary\/5 {
  border-right-color: rgb(205 243 208 / 0.05);
}
.border-r-secondary\/50 {
  border-right-color: rgb(205 243 208 / 0.5);
}
.border-r-secondary\/60 {
  border-right-color: rgb(205 243 208 / 0.6);
}
.border-r-secondary\/70 {
  border-right-color: rgb(205 243 208 / 0.7);
}
.border-r-secondary\/75 {
  border-right-color: rgb(205 243 208 / 0.75);
}
.border-r-secondary\/80 {
  border-right-color: rgb(205 243 208 / 0.8);
}
.border-r-secondary\/90 {
  border-right-color: rgb(205 243 208 / 0.9);
}
.border-r-secondary\/95 {
  border-right-color: rgb(205 243 208 / 0.95);
}
.border-r-sky-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-right-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-right-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-right-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-right-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-right-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-right-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-right-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-right-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-right-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-right-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-right-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-right-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-right-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-right-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-right-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-right-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-right-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-right-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-right-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-right-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-right-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-right-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-right-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-right-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-right-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-right-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-right-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-right-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-right-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-right-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-r-success-100\/0 {
  border-right-color: rgb(185 230 184 / 0);
}
.border-r-success-100\/10 {
  border-right-color: rgb(185 230 184 / 0.1);
}
.border-r-success-100\/100 {
  border-right-color: rgb(185 230 184 / 1);
}
.border-r-success-100\/20 {
  border-right-color: rgb(185 230 184 / 0.2);
}
.border-r-success-100\/25 {
  border-right-color: rgb(185 230 184 / 0.25);
}
.border-r-success-100\/30 {
  border-right-color: rgb(185 230 184 / 0.3);
}
.border-r-success-100\/40 {
  border-right-color: rgb(185 230 184 / 0.4);
}
.border-r-success-100\/5 {
  border-right-color: rgb(185 230 184 / 0.05);
}
.border-r-success-100\/50 {
  border-right-color: rgb(185 230 184 / 0.5);
}
.border-r-success-100\/60 {
  border-right-color: rgb(185 230 184 / 0.6);
}
.border-r-success-100\/70 {
  border-right-color: rgb(185 230 184 / 0.7);
}
.border-r-success-100\/75 {
  border-right-color: rgb(185 230 184 / 0.75);
}
.border-r-success-100\/80 {
  border-right-color: rgb(185 230 184 / 0.8);
}
.border-r-success-100\/90 {
  border-right-color: rgb(185 230 184 / 0.9);
}
.border-r-success-100\/95 {
  border-right-color: rgb(185 230 184 / 0.95);
}
.border-r-success-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-r-success-200\/0 {
  border-right-color: rgb(159 219 157 / 0);
}
.border-r-success-200\/10 {
  border-right-color: rgb(159 219 157 / 0.1);
}
.border-r-success-200\/100 {
  border-right-color: rgb(159 219 157 / 1);
}
.border-r-success-200\/20 {
  border-right-color: rgb(159 219 157 / 0.2);
}
.border-r-success-200\/25 {
  border-right-color: rgb(159 219 157 / 0.25);
}
.border-r-success-200\/30 {
  border-right-color: rgb(159 219 157 / 0.3);
}
.border-r-success-200\/40 {
  border-right-color: rgb(159 219 157 / 0.4);
}
.border-r-success-200\/5 {
  border-right-color: rgb(159 219 157 / 0.05);
}
.border-r-success-200\/50 {
  border-right-color: rgb(159 219 157 / 0.5);
}
.border-r-success-200\/60 {
  border-right-color: rgb(159 219 157 / 0.6);
}
.border-r-success-200\/70 {
  border-right-color: rgb(159 219 157 / 0.7);
}
.border-r-success-200\/75 {
  border-right-color: rgb(159 219 157 / 0.75);
}
.border-r-success-200\/80 {
  border-right-color: rgb(159 219 157 / 0.8);
}
.border-r-success-200\/90 {
  border-right-color: rgb(159 219 157 / 0.9);
}
.border-r-success-200\/95 {
  border-right-color: rgb(159 219 157 / 0.95);
}
.border-r-success-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-r-success-400\/0 {
  border-right-color: rgb(106 197 103 / 0);
}
.border-r-success-400\/10 {
  border-right-color: rgb(106 197 103 / 0.1);
}
.border-r-success-400\/100 {
  border-right-color: rgb(106 197 103 / 1);
}
.border-r-success-400\/20 {
  border-right-color: rgb(106 197 103 / 0.2);
}
.border-r-success-400\/25 {
  border-right-color: rgb(106 197 103 / 0.25);
}
.border-r-success-400\/30 {
  border-right-color: rgb(106 197 103 / 0.3);
}
.border-r-success-400\/40 {
  border-right-color: rgb(106 197 103 / 0.4);
}
.border-r-success-400\/5 {
  border-right-color: rgb(106 197 103 / 0.05);
}
.border-r-success-400\/50 {
  border-right-color: rgb(106 197 103 / 0.5);
}
.border-r-success-400\/60 {
  border-right-color: rgb(106 197 103 / 0.6);
}
.border-r-success-400\/70 {
  border-right-color: rgb(106 197 103 / 0.7);
}
.border-r-success-400\/75 {
  border-right-color: rgb(106 197 103 / 0.75);
}
.border-r-success-400\/80 {
  border-right-color: rgb(106 197 103 / 0.8);
}
.border-r-success-400\/90 {
  border-right-color: rgb(106 197 103 / 0.9);
}
.border-r-success-400\/95 {
  border-right-color: rgb(106 197 103 / 0.95);
}
.border-r-success-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-r-success-50\/0 {
  border-right-color: rgb(212 241 211 / 0);
}
.border-r-success-50\/10 {
  border-right-color: rgb(212 241 211 / 0.1);
}
.border-r-success-50\/100 {
  border-right-color: rgb(212 241 211 / 1);
}
.border-r-success-50\/20 {
  border-right-color: rgb(212 241 211 / 0.2);
}
.border-r-success-50\/25 {
  border-right-color: rgb(212 241 211 / 0.25);
}
.border-r-success-50\/30 {
  border-right-color: rgb(212 241 211 / 0.3);
}
.border-r-success-50\/40 {
  border-right-color: rgb(212 241 211 / 0.4);
}
.border-r-success-50\/5 {
  border-right-color: rgb(212 241 211 / 0.05);
}
.border-r-success-50\/50 {
  border-right-color: rgb(212 241 211 / 0.5);
}
.border-r-success-50\/60 {
  border-right-color: rgb(212 241 211 / 0.6);
}
.border-r-success-50\/70 {
  border-right-color: rgb(212 241 211 / 0.7);
}
.border-r-success-50\/75 {
  border-right-color: rgb(212 241 211 / 0.75);
}
.border-r-success-50\/80 {
  border-right-color: rgb(212 241 211 / 0.8);
}
.border-r-success-50\/90 {
  border-right-color: rgb(212 241 211 / 0.9);
}
.border-r-success-50\/95 {
  border-right-color: rgb(212 241 211 / 0.95);
}
.border-r-success-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-r-success-600\/0 {
  border-right-color: rgb(54 175 49 / 0);
}
.border-r-success-600\/10 {
  border-right-color: rgb(54 175 49 / 0.1);
}
.border-r-success-600\/100 {
  border-right-color: rgb(54 175 49 / 1);
}
.border-r-success-600\/20 {
  border-right-color: rgb(54 175 49 / 0.2);
}
.border-r-success-600\/25 {
  border-right-color: rgb(54 175 49 / 0.25);
}
.border-r-success-600\/30 {
  border-right-color: rgb(54 175 49 / 0.3);
}
.border-r-success-600\/40 {
  border-right-color: rgb(54 175 49 / 0.4);
}
.border-r-success-600\/5 {
  border-right-color: rgb(54 175 49 / 0.05);
}
.border-r-success-600\/50 {
  border-right-color: rgb(54 175 49 / 0.5);
}
.border-r-success-600\/60 {
  border-right-color: rgb(54 175 49 / 0.6);
}
.border-r-success-600\/70 {
  border-right-color: rgb(54 175 49 / 0.7);
}
.border-r-success-600\/75 {
  border-right-color: rgb(54 175 49 / 0.75);
}
.border-r-success-600\/80 {
  border-right-color: rgb(54 175 49 / 0.8);
}
.border-r-success-600\/90 {
  border-right-color: rgb(54 175 49 / 0.9);
}
.border-r-success-600\/95 {
  border-right-color: rgb(54 175 49 / 0.95);
}
.border-r-teal-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-right-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-right-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-right-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-right-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-right-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-right-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-right-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-right-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-right-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-right-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-right-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-r-tertiary-hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-r-tertiary-hover\/0 {
  border-right-color: rgb(177 188 174 / 0);
}
.border-r-tertiary-hover\/10 {
  border-right-color: rgb(177 188 174 / 0.1);
}
.border-r-tertiary-hover\/100 {
  border-right-color: rgb(177 188 174 / 1);
}
.border-r-tertiary-hover\/20 {
  border-right-color: rgb(177 188 174 / 0.2);
}
.border-r-tertiary-hover\/25 {
  border-right-color: rgb(177 188 174 / 0.25);
}
.border-r-tertiary-hover\/30 {
  border-right-color: rgb(177 188 174 / 0.3);
}
.border-r-tertiary-hover\/40 {
  border-right-color: rgb(177 188 174 / 0.4);
}
.border-r-tertiary-hover\/5 {
  border-right-color: rgb(177 188 174 / 0.05);
}
.border-r-tertiary-hover\/50 {
  border-right-color: rgb(177 188 174 / 0.5);
}
.border-r-tertiary-hover\/60 {
  border-right-color: rgb(177 188 174 / 0.6);
}
.border-r-tertiary-hover\/70 {
  border-right-color: rgb(177 188 174 / 0.7);
}
.border-r-tertiary-hover\/75 {
  border-right-color: rgb(177 188 174 / 0.75);
}
.border-r-tertiary-hover\/80 {
  border-right-color: rgb(177 188 174 / 0.8);
}
.border-r-tertiary-hover\/90 {
  border-right-color: rgb(177 188 174 / 0.9);
}
.border-r-tertiary-hover\/95 {
  border-right-color: rgb(177 188 174 / 0.95);
}
.border-r-tertiary\/0 {
  border-right-color: rgb(76 88 72 / 0);
}
.border-r-tertiary\/10 {
  border-right-color: rgb(76 88 72 / 0.1);
}
.border-r-tertiary\/100 {
  border-right-color: rgb(76 88 72 / 1);
}
.border-r-tertiary\/20 {
  border-right-color: rgb(76 88 72 / 0.2);
}
.border-r-tertiary\/25 {
  border-right-color: rgb(76 88 72 / 0.25);
}
.border-r-tertiary\/30 {
  border-right-color: rgb(76 88 72 / 0.3);
}
.border-r-tertiary\/40 {
  border-right-color: rgb(76 88 72 / 0.4);
}
.border-r-tertiary\/5 {
  border-right-color: rgb(76 88 72 / 0.05);
}
.border-r-tertiary\/50 {
  border-right-color: rgb(76 88 72 / 0.5);
}
.border-r-tertiary\/60 {
  border-right-color: rgb(76 88 72 / 0.6);
}
.border-r-tertiary\/70 {
  border-right-color: rgb(76 88 72 / 0.7);
}
.border-r-tertiary\/75 {
  border-right-color: rgb(76 88 72 / 0.75);
}
.border-r-tertiary\/80 {
  border-right-color: rgb(76 88 72 / 0.8);
}
.border-r-tertiary\/90 {
  border-right-color: rgb(76 88 72 / 0.9);
}
.border-r-tertiary\/95 {
  border-right-color: rgb(76 88 72 / 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\/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\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-right-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-right-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-right-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-right-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-right-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-right-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-right-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-right-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-right-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-r-warning-100\/0 {
  border-right-color: rgb(230 225 177 / 0);
}
.border-r-warning-100\/10 {
  border-right-color: rgb(230 225 177 / 0.1);
}
.border-r-warning-100\/100 {
  border-right-color: rgb(230 225 177 / 1);
}
.border-r-warning-100\/20 {
  border-right-color: rgb(230 225 177 / 0.2);
}
.border-r-warning-100\/25 {
  border-right-color: rgb(230 225 177 / 0.25);
}
.border-r-warning-100\/30 {
  border-right-color: rgb(230 225 177 / 0.3);
}
.border-r-warning-100\/40 {
  border-right-color: rgb(230 225 177 / 0.4);
}
.border-r-warning-100\/5 {
  border-right-color: rgb(230 225 177 / 0.05);
}
.border-r-warning-100\/50 {
  border-right-color: rgb(230 225 177 / 0.5);
}
.border-r-warning-100\/60 {
  border-right-color: rgb(230 225 177 / 0.6);
}
.border-r-warning-100\/70 {
  border-right-color: rgb(230 225 177 / 0.7);
}
.border-r-warning-100\/75 {
  border-right-color: rgb(230 225 177 / 0.75);
}
.border-r-warning-100\/80 {
  border-right-color: rgb(230 225 177 / 0.8);
}
.border-r-warning-100\/90 {
  border-right-color: rgb(230 225 177 / 0.9);
}
.border-r-warning-100\/95 {
  border-right-color: rgb(230 225 177 / 0.95);
}
.border-r-warning-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-r-warning-200\/0 {
  border-right-color: rgb(217 201 146 / 0);
}
.border-r-warning-200\/10 {
  border-right-color: rgb(217 201 146 / 0.1);
}
.border-r-warning-200\/100 {
  border-right-color: rgb(217 201 146 / 1);
}
.border-r-warning-200\/20 {
  border-right-color: rgb(217 201 146 / 0.2);
}
.border-r-warning-200\/25 {
  border-right-color: rgb(217 201 146 / 0.25);
}
.border-r-warning-200\/30 {
  border-right-color: rgb(217 201 146 / 0.3);
}
.border-r-warning-200\/40 {
  border-right-color: rgb(217 201 146 / 0.4);
}
.border-r-warning-200\/5 {
  border-right-color: rgb(217 201 146 / 0.05);
}
.border-r-warning-200\/50 {
  border-right-color: rgb(217 201 146 / 0.5);
}
.border-r-warning-200\/60 {
  border-right-color: rgb(217 201 146 / 0.6);
}
.border-r-warning-200\/70 {
  border-right-color: rgb(217 201 146 / 0.7);
}
.border-r-warning-200\/75 {
  border-right-color: rgb(217 201 146 / 0.75);
}
.border-r-warning-200\/80 {
  border-right-color: rgb(217 201 146 / 0.8);
}
.border-r-warning-200\/90 {
  border-right-color: rgb(217 201 146 / 0.9);
}
.border-r-warning-200\/95 {
  border-right-color: rgb(217 201 146 / 0.95);
}
.border-r-warning-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-r-warning-400\/0 {
  border-right-color: rgb(198 168 100 / 0);
}
.border-r-warning-400\/10 {
  border-right-color: rgb(198 168 100 / 0.1);
}
.border-r-warning-400\/100 {
  border-right-color: rgb(198 168 100 / 1);
}
.border-r-warning-400\/20 {
  border-right-color: rgb(198 168 100 / 0.2);
}
.border-r-warning-400\/25 {
  border-right-color: rgb(198 168 100 / 0.25);
}
.border-r-warning-400\/30 {
  border-right-color: rgb(198 168 100 / 0.3);
}
.border-r-warning-400\/40 {
  border-right-color: rgb(198 168 100 / 0.4);
}
.border-r-warning-400\/5 {
  border-right-color: rgb(198 168 100 / 0.05);
}
.border-r-warning-400\/50 {
  border-right-color: rgb(198 168 100 / 0.5);
}
.border-r-warning-400\/60 {
  border-right-color: rgb(198 168 100 / 0.6);
}
.border-r-warning-400\/70 {
  border-right-color: rgb(198 168 100 / 0.7);
}
.border-r-warning-400\/75 {
  border-right-color: rgb(198 168 100 / 0.75);
}
.border-r-warning-400\/80 {
  border-right-color: rgb(198 168 100 / 0.8);
}
.border-r-warning-400\/90 {
  border-right-color: rgb(198 168 100 / 0.9);
}
.border-r-warning-400\/95 {
  border-right-color: rgb(198 168 100 / 0.95);
}
.border-r-warning-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-r-warning-50\/0 {
  border-right-color: rgb(242 239 208 / 0);
}
.border-r-warning-50\/10 {
  border-right-color: rgb(242 239 208 / 0.1);
}
.border-r-warning-50\/100 {
  border-right-color: rgb(242 239 208 / 1);
}
.border-r-warning-50\/20 {
  border-right-color: rgb(242 239 208 / 0.2);
}
.border-r-warning-50\/25 {
  border-right-color: rgb(242 239 208 / 0.25);
}
.border-r-warning-50\/30 {
  border-right-color: rgb(242 239 208 / 0.3);
}
.border-r-warning-50\/40 {
  border-right-color: rgb(242 239 208 / 0.4);
}
.border-r-warning-50\/5 {
  border-right-color: rgb(242 239 208 / 0.05);
}
.border-r-warning-50\/50 {
  border-right-color: rgb(242 239 208 / 0.5);
}
.border-r-warning-50\/60 {
  border-right-color: rgb(242 239 208 / 0.6);
}
.border-r-warning-50\/70 {
  border-right-color: rgb(242 239 208 / 0.7);
}
.border-r-warning-50\/75 {
  border-right-color: rgb(242 239 208 / 0.75);
}
.border-r-warning-50\/80 {
  border-right-color: rgb(242 239 208 / 0.8);
}
.border-r-warning-50\/90 {
  border-right-color: rgb(242 239 208 / 0.9);
}
.border-r-warning-50\/95 {
  border-right-color: rgb(242 239 208 / 0.95);
}
.border-r-warning-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-r-warning-600\/0 {
  border-right-color: rgb(179 134 54 / 0);
}
.border-r-warning-600\/10 {
  border-right-color: rgb(179 134 54 / 0.1);
}
.border-r-warning-600\/100 {
  border-right-color: rgb(179 134 54 / 1);
}
.border-r-warning-600\/20 {
  border-right-color: rgb(179 134 54 / 0.2);
}
.border-r-warning-600\/25 {
  border-right-color: rgb(179 134 54 / 0.25);
}
.border-r-warning-600\/30 {
  border-right-color: rgb(179 134 54 / 0.3);
}
.border-r-warning-600\/40 {
  border-right-color: rgb(179 134 54 / 0.4);
}
.border-r-warning-600\/5 {
  border-right-color: rgb(179 134 54 / 0.05);
}
.border-r-warning-600\/50 {
  border-right-color: rgb(179 134 54 / 0.5);
}
.border-r-warning-600\/60 {
  border-right-color: rgb(179 134 54 / 0.6);
}
.border-r-warning-600\/70 {
  border-right-color: rgb(179 134 54 / 0.7);
}
.border-r-warning-600\/75 {
  border-right-color: rgb(179 134 54 / 0.75);
}
.border-r-warning-600\/80 {
  border-right-color: rgb(179 134 54 / 0.8);
}
.border-r-warning-600\/90 {
  border-right-color: rgb(179 134 54 / 0.9);
}
.border-r-warning-600\/95 {
  border-right-color: rgb(179 134 54 / 0.95);
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-right-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-right-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-right-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-right-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-right-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-right-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-right-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-right-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-right-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-s-active-100\/0 {
  border-inline-start-color: rgb(185 230 184 / 0);
}
.border-s-active-100\/10 {
  border-inline-start-color: rgb(185 230 184 / 0.1);
}
.border-s-active-100\/100 {
  border-inline-start-color: rgb(185 230 184 / 1);
}
.border-s-active-100\/20 {
  border-inline-start-color: rgb(185 230 184 / 0.2);
}
.border-s-active-100\/25 {
  border-inline-start-color: rgb(185 230 184 / 0.25);
}
.border-s-active-100\/30 {
  border-inline-start-color: rgb(185 230 184 / 0.3);
}
.border-s-active-100\/40 {
  border-inline-start-color: rgb(185 230 184 / 0.4);
}
.border-s-active-100\/5 {
  border-inline-start-color: rgb(185 230 184 / 0.05);
}
.border-s-active-100\/50 {
  border-inline-start-color: rgb(185 230 184 / 0.5);
}
.border-s-active-100\/60 {
  border-inline-start-color: rgb(185 230 184 / 0.6);
}
.border-s-active-100\/70 {
  border-inline-start-color: rgb(185 230 184 / 0.7);
}
.border-s-active-100\/75 {
  border-inline-start-color: rgb(185 230 184 / 0.75);
}
.border-s-active-100\/80 {
  border-inline-start-color: rgb(185 230 184 / 0.8);
}
.border-s-active-100\/90 {
  border-inline-start-color: rgb(185 230 184 / 0.9);
}
.border-s-active-100\/95 {
  border-inline-start-color: rgb(185 230 184 / 0.95);
}
.border-s-active-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-s-active-200\/0 {
  border-inline-start-color: rgb(159 219 157 / 0);
}
.border-s-active-200\/10 {
  border-inline-start-color: rgb(159 219 157 / 0.1);
}
.border-s-active-200\/100 {
  border-inline-start-color: rgb(159 219 157 / 1);
}
.border-s-active-200\/20 {
  border-inline-start-color: rgb(159 219 157 / 0.2);
}
.border-s-active-200\/25 {
  border-inline-start-color: rgb(159 219 157 / 0.25);
}
.border-s-active-200\/30 {
  border-inline-start-color: rgb(159 219 157 / 0.3);
}
.border-s-active-200\/40 {
  border-inline-start-color: rgb(159 219 157 / 0.4);
}
.border-s-active-200\/5 {
  border-inline-start-color: rgb(159 219 157 / 0.05);
}
.border-s-active-200\/50 {
  border-inline-start-color: rgb(159 219 157 / 0.5);
}
.border-s-active-200\/60 {
  border-inline-start-color: rgb(159 219 157 / 0.6);
}
.border-s-active-200\/70 {
  border-inline-start-color: rgb(159 219 157 / 0.7);
}
.border-s-active-200\/75 {
  border-inline-start-color: rgb(159 219 157 / 0.75);
}
.border-s-active-200\/80 {
  border-inline-start-color: rgb(159 219 157 / 0.8);
}
.border-s-active-200\/90 {
  border-inline-start-color: rgb(159 219 157 / 0.9);
}
.border-s-active-200\/95 {
  border-inline-start-color: rgb(159 219 157 / 0.95);
}
.border-s-active-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-s-active-400\/0 {
  border-inline-start-color: rgb(106 197 103 / 0);
}
.border-s-active-400\/10 {
  border-inline-start-color: rgb(106 197 103 / 0.1);
}
.border-s-active-400\/100 {
  border-inline-start-color: rgb(106 197 103 / 1);
}
.border-s-active-400\/20 {
  border-inline-start-color: rgb(106 197 103 / 0.2);
}
.border-s-active-400\/25 {
  border-inline-start-color: rgb(106 197 103 / 0.25);
}
.border-s-active-400\/30 {
  border-inline-start-color: rgb(106 197 103 / 0.3);
}
.border-s-active-400\/40 {
  border-inline-start-color: rgb(106 197 103 / 0.4);
}
.border-s-active-400\/5 {
  border-inline-start-color: rgb(106 197 103 / 0.05);
}
.border-s-active-400\/50 {
  border-inline-start-color: rgb(106 197 103 / 0.5);
}
.border-s-active-400\/60 {
  border-inline-start-color: rgb(106 197 103 / 0.6);
}
.border-s-active-400\/70 {
  border-inline-start-color: rgb(106 197 103 / 0.7);
}
.border-s-active-400\/75 {
  border-inline-start-color: rgb(106 197 103 / 0.75);
}
.border-s-active-400\/80 {
  border-inline-start-color: rgb(106 197 103 / 0.8);
}
.border-s-active-400\/90 {
  border-inline-start-color: rgb(106 197 103 / 0.9);
}
.border-s-active-400\/95 {
  border-inline-start-color: rgb(106 197 103 / 0.95);
}
.border-s-active-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-s-active-50\/0 {
  border-inline-start-color: rgb(212 241 211 / 0);
}
.border-s-active-50\/10 {
  border-inline-start-color: rgb(212 241 211 / 0.1);
}
.border-s-active-50\/100 {
  border-inline-start-color: rgb(212 241 211 / 1);
}
.border-s-active-50\/20 {
  border-inline-start-color: rgb(212 241 211 / 0.2);
}
.border-s-active-50\/25 {
  border-inline-start-color: rgb(212 241 211 / 0.25);
}
.border-s-active-50\/30 {
  border-inline-start-color: rgb(212 241 211 / 0.3);
}
.border-s-active-50\/40 {
  border-inline-start-color: rgb(212 241 211 / 0.4);
}
.border-s-active-50\/5 {
  border-inline-start-color: rgb(212 241 211 / 0.05);
}
.border-s-active-50\/50 {
  border-inline-start-color: rgb(212 241 211 / 0.5);
}
.border-s-active-50\/60 {
  border-inline-start-color: rgb(212 241 211 / 0.6);
}
.border-s-active-50\/70 {
  border-inline-start-color: rgb(212 241 211 / 0.7);
}
.border-s-active-50\/75 {
  border-inline-start-color: rgb(212 241 211 / 0.75);
}
.border-s-active-50\/80 {
  border-inline-start-color: rgb(212 241 211 / 0.8);
}
.border-s-active-50\/90 {
  border-inline-start-color: rgb(212 241 211 / 0.9);
}
.border-s-active-50\/95 {
  border-inline-start-color: rgb(212 241 211 / 0.95);
}
.border-s-active-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-s-active-600\/0 {
  border-inline-start-color: rgb(54 175 49 / 0);
}
.border-s-active-600\/10 {
  border-inline-start-color: rgb(54 175 49 / 0.1);
}
.border-s-active-600\/100 {
  border-inline-start-color: rgb(54 175 49 / 1);
}
.border-s-active-600\/20 {
  border-inline-start-color: rgb(54 175 49 / 0.2);
}
.border-s-active-600\/25 {
  border-inline-start-color: rgb(54 175 49 / 0.25);
}
.border-s-active-600\/30 {
  border-inline-start-color: rgb(54 175 49 / 0.3);
}
.border-s-active-600\/40 {
  border-inline-start-color: rgb(54 175 49 / 0.4);
}
.border-s-active-600\/5 {
  border-inline-start-color: rgb(54 175 49 / 0.05);
}
.border-s-active-600\/50 {
  border-inline-start-color: rgb(54 175 49 / 0.5);
}
.border-s-active-600\/60 {
  border-inline-start-color: rgb(54 175 49 / 0.6);
}
.border-s-active-600\/70 {
  border-inline-start-color: rgb(54 175 49 / 0.7);
}
.border-s-active-600\/75 {
  border-inline-start-color: rgb(54 175 49 / 0.75);
}
.border-s-active-600\/80 {
  border-inline-start-color: rgb(54 175 49 / 0.8);
}
.border-s-active-600\/90 {
  border-inline-start-color: rgb(54 175 49 / 0.9);
}
.border-s-active-600\/95 {
  border-inline-start-color: rgb(54 175 49 / 0.95);
}
.border-s-amber-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-s-blue-850\/0 {
  border-inline-start-color: rgb(40 56 72 / 0);
}
.border-s-blue-850\/10 {
  border-inline-start-color: rgb(40 56 72 / 0.1);
}
.border-s-blue-850\/100 {
  border-inline-start-color: rgb(40 56 72 / 1);
}
.border-s-blue-850\/20 {
  border-inline-start-color: rgb(40 56 72 / 0.2);
}
.border-s-blue-850\/25 {
  border-inline-start-color: rgb(40 56 72 / 0.25);
}
.border-s-blue-850\/30 {
  border-inline-start-color: rgb(40 56 72 / 0.3);
}
.border-s-blue-850\/40 {
  border-inline-start-color: rgb(40 56 72 / 0.4);
}
.border-s-blue-850\/5 {
  border-inline-start-color: rgb(40 56 72 / 0.05);
}
.border-s-blue-850\/50 {
  border-inline-start-color: rgb(40 56 72 / 0.5);
}
.border-s-blue-850\/60 {
  border-inline-start-color: rgb(40 56 72 / 0.6);
}
.border-s-blue-850\/70 {
  border-inline-start-color: rgb(40 56 72 / 0.7);
}
.border-s-blue-850\/75 {
  border-inline-start-color: rgb(40 56 72 / 0.75);
}
.border-s-blue-850\/80 {
  border-inline-start-color: rgb(40 56 72 / 0.8);
}
.border-s-blue-850\/90 {
  border-inline-start-color: rgb(40 56 72 / 0.9);
}
.border-s-blue-850\/95 {
  border-inline-start-color: rgb(40 56 72 / 0.95);
}
.border-s-blue-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-s-error-100\/0 {
  border-inline-start-color: rgb(224 177 177 / 0);
}
.border-s-error-100\/10 {
  border-inline-start-color: rgb(224 177 177 / 0.1);
}
.border-s-error-100\/100 {
  border-inline-start-color: rgb(224 177 177 / 1);
}
.border-s-error-100\/20 {
  border-inline-start-color: rgb(224 177 177 / 0.2);
}
.border-s-error-100\/25 {
  border-inline-start-color: rgb(224 177 177 / 0.25);
}
.border-s-error-100\/30 {
  border-inline-start-color: rgb(224 177 177 / 0.3);
}
.border-s-error-100\/40 {
  border-inline-start-color: rgb(224 177 177 / 0.4);
}
.border-s-error-100\/5 {
  border-inline-start-color: rgb(224 177 177 / 0.05);
}
.border-s-error-100\/50 {
  border-inline-start-color: rgb(224 177 177 / 0.5);
}
.border-s-error-100\/60 {
  border-inline-start-color: rgb(224 177 177 / 0.6);
}
.border-s-error-100\/70 {
  border-inline-start-color: rgb(224 177 177 / 0.7);
}
.border-s-error-100\/75 {
  border-inline-start-color: rgb(224 177 177 / 0.75);
}
.border-s-error-100\/80 {
  border-inline-start-color: rgb(224 177 177 / 0.8);
}
.border-s-error-100\/90 {
  border-inline-start-color: rgb(224 177 177 / 0.9);
}
.border-s-error-100\/95 {
  border-inline-start-color: rgb(224 177 177 / 0.95);
}
.border-s-error-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-s-error-200\/0 {
  border-inline-start-color: rgb(211 148 148 / 0);
}
.border-s-error-200\/10 {
  border-inline-start-color: rgb(211 148 148 / 0.1);
}
.border-s-error-200\/100 {
  border-inline-start-color: rgb(211 148 148 / 1);
}
.border-s-error-200\/20 {
  border-inline-start-color: rgb(211 148 148 / 0.2);
}
.border-s-error-200\/25 {
  border-inline-start-color: rgb(211 148 148 / 0.25);
}
.border-s-error-200\/30 {
  border-inline-start-color: rgb(211 148 148 / 0.3);
}
.border-s-error-200\/40 {
  border-inline-start-color: rgb(211 148 148 / 0.4);
}
.border-s-error-200\/5 {
  border-inline-start-color: rgb(211 148 148 / 0.05);
}
.border-s-error-200\/50 {
  border-inline-start-color: rgb(211 148 148 / 0.5);
}
.border-s-error-200\/60 {
  border-inline-start-color: rgb(211 148 148 / 0.6);
}
.border-s-error-200\/70 {
  border-inline-start-color: rgb(211 148 148 / 0.7);
}
.border-s-error-200\/75 {
  border-inline-start-color: rgb(211 148 148 / 0.75);
}
.border-s-error-200\/80 {
  border-inline-start-color: rgb(211 148 148 / 0.8);
}
.border-s-error-200\/90 {
  border-inline-start-color: rgb(211 148 148 / 0.9);
}
.border-s-error-200\/95 {
  border-inline-start-color: rgb(211 148 148 / 0.95);
}
.border-s-error-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-s-error-400\/0 {
  border-inline-start-color: rgb(198 103 103 / 0);
}
.border-s-error-400\/10 {
  border-inline-start-color: rgb(198 103 103 / 0.1);
}
.border-s-error-400\/100 {
  border-inline-start-color: rgb(198 103 103 / 1);
}
.border-s-error-400\/20 {
  border-inline-start-color: rgb(198 103 103 / 0.2);
}
.border-s-error-400\/25 {
  border-inline-start-color: rgb(198 103 103 / 0.25);
}
.border-s-error-400\/30 {
  border-inline-start-color: rgb(198 103 103 / 0.3);
}
.border-s-error-400\/40 {
  border-inline-start-color: rgb(198 103 103 / 0.4);
}
.border-s-error-400\/5 {
  border-inline-start-color: rgb(198 103 103 / 0.05);
}
.border-s-error-400\/50 {
  border-inline-start-color: rgb(198 103 103 / 0.5);
}
.border-s-error-400\/60 {
  border-inline-start-color: rgb(198 103 103 / 0.6);
}
.border-s-error-400\/70 {
  border-inline-start-color: rgb(198 103 103 / 0.7);
}
.border-s-error-400\/75 {
  border-inline-start-color: rgb(198 103 103 / 0.75);
}
.border-s-error-400\/80 {
  border-inline-start-color: rgb(198 103 103 / 0.8);
}
.border-s-error-400\/90 {
  border-inline-start-color: rgb(198 103 103 / 0.9);
}
.border-s-error-400\/95 {
  border-inline-start-color: rgb(198 103 103 / 0.95);
}
.border-s-error-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-s-error-50\/0 {
  border-inline-start-color: rgb(237 206 206 / 0);
}
.border-s-error-50\/10 {
  border-inline-start-color: rgb(237 206 206 / 0.1);
}
.border-s-error-50\/100 {
  border-inline-start-color: rgb(237 206 206 / 1);
}
.border-s-error-50\/20 {
  border-inline-start-color: rgb(237 206 206 / 0.2);
}
.border-s-error-50\/25 {
  border-inline-start-color: rgb(237 206 206 / 0.25);
}
.border-s-error-50\/30 {
  border-inline-start-color: rgb(237 206 206 / 0.3);
}
.border-s-error-50\/40 {
  border-inline-start-color: rgb(237 206 206 / 0.4);
}
.border-s-error-50\/5 {
  border-inline-start-color: rgb(237 206 206 / 0.05);
}
.border-s-error-50\/50 {
  border-inline-start-color: rgb(237 206 206 / 0.5);
}
.border-s-error-50\/60 {
  border-inline-start-color: rgb(237 206 206 / 0.6);
}
.border-s-error-50\/70 {
  border-inline-start-color: rgb(237 206 206 / 0.7);
}
.border-s-error-50\/75 {
  border-inline-start-color: rgb(237 206 206 / 0.75);
}
.border-s-error-50\/80 {
  border-inline-start-color: rgb(237 206 206 / 0.8);
}
.border-s-error-50\/90 {
  border-inline-start-color: rgb(237 206 206 / 0.9);
}
.border-s-error-50\/95 {
  border-inline-start-color: rgb(237 206 206 / 0.95);
}
.border-s-error-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-s-error-600\/0 {
  border-inline-start-color: rgb(185 58 58 / 0);
}
.border-s-error-600\/10 {
  border-inline-start-color: rgb(185 58 58 / 0.1);
}
.border-s-error-600\/100 {
  border-inline-start-color: rgb(185 58 58 / 1);
}
.border-s-error-600\/20 {
  border-inline-start-color: rgb(185 58 58 / 0.2);
}
.border-s-error-600\/25 {
  border-inline-start-color: rgb(185 58 58 / 0.25);
}
.border-s-error-600\/30 {
  border-inline-start-color: rgb(185 58 58 / 0.3);
}
.border-s-error-600\/40 {
  border-inline-start-color: rgb(185 58 58 / 0.4);
}
.border-s-error-600\/5 {
  border-inline-start-color: rgb(185 58 58 / 0.05);
}
.border-s-error-600\/50 {
  border-inline-start-color: rgb(185 58 58 / 0.5);
}
.border-s-error-600\/60 {
  border-inline-start-color: rgb(185 58 58 / 0.6);
}
.border-s-error-600\/70 {
  border-inline-start-color: rgb(185 58 58 / 0.7);
}
.border-s-error-600\/75 {
  border-inline-start-color: rgb(185 58 58 / 0.75);
}
.border-s-error-600\/80 {
  border-inline-start-color: rgb(185 58 58 / 0.8);
}
.border-s-error-600\/90 {
  border-inline-start-color: rgb(185 58 58 / 0.9);
}
.border-s-error-600\/95 {
  border-inline-start-color: rgb(185 58 58 / 0.95);
}
.border-s-fuchsia-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-s-green-850\/0 {
  border-inline-start-color: rgb(73 89 70 / 0);
}
.border-s-green-850\/10 {
  border-inline-start-color: rgb(73 89 70 / 0.1);
}
.border-s-green-850\/100 {
  border-inline-start-color: rgb(73 89 70 / 1);
}
.border-s-green-850\/20 {
  border-inline-start-color: rgb(73 89 70 / 0.2);
}
.border-s-green-850\/25 {
  border-inline-start-color: rgb(73 89 70 / 0.25);
}
.border-s-green-850\/30 {
  border-inline-start-color: rgb(73 89 70 / 0.3);
}
.border-s-green-850\/40 {
  border-inline-start-color: rgb(73 89 70 / 0.4);
}
.border-s-green-850\/5 {
  border-inline-start-color: rgb(73 89 70 / 0.05);
}
.border-s-green-850\/50 {
  border-inline-start-color: rgb(73 89 70 / 0.5);
}
.border-s-green-850\/60 {
  border-inline-start-color: rgb(73 89 70 / 0.6);
}
.border-s-green-850\/70 {
  border-inline-start-color: rgb(73 89 70 / 0.7);
}
.border-s-green-850\/75 {
  border-inline-start-color: rgb(73 89 70 / 0.75);
}
.border-s-green-850\/80 {
  border-inline-start-color: rgb(73 89 70 / 0.8);
}
.border-s-green-850\/90 {
  border-inline-start-color: rgb(73 89 70 / 0.9);
}
.border-s-green-850\/95 {
  border-inline-start-color: rgb(73 89 70 / 0.95);
}
.border-s-green-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-s-grey-100\/0 {
  border-inline-start-color: rgb(245 245 245 / 0);
}
.border-s-grey-100\/10 {
  border-inline-start-color: rgb(245 245 245 / 0.1);
}
.border-s-grey-100\/100 {
  border-inline-start-color: rgb(245 245 245 / 1);
}
.border-s-grey-100\/20 {
  border-inline-start-color: rgb(245 245 245 / 0.2);
}
.border-s-grey-100\/25 {
  border-inline-start-color: rgb(245 245 245 / 0.25);
}
.border-s-grey-100\/30 {
  border-inline-start-color: rgb(245 245 245 / 0.3);
}
.border-s-grey-100\/40 {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}
.border-s-grey-100\/5 {
  border-inline-start-color: rgb(245 245 245 / 0.05);
}
.border-s-grey-100\/50 {
  border-inline-start-color: rgb(245 245 245 / 0.5);
}
.border-s-grey-100\/60 {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}
.border-s-grey-100\/70 {
  border-inline-start-color: rgb(245 245 245 / 0.7);
}
.border-s-grey-100\/75 {
  border-inline-start-color: rgb(245 245 245 / 0.75);
}
.border-s-grey-100\/80 {
  border-inline-start-color: rgb(245 245 245 / 0.8);
}
.border-s-grey-100\/90 {
  border-inline-start-color: rgb(245 245 245 / 0.9);
}
.border-s-grey-100\/95 {
  border-inline-start-color: rgb(245 245 245 / 0.95);
}
.border-s-grey-125 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-s-grey-125\/0 {
  border-inline-start-color: rgb(237 235 235 / 0);
}
.border-s-grey-125\/10 {
  border-inline-start-color: rgb(237 235 235 / 0.1);
}
.border-s-grey-125\/100 {
  border-inline-start-color: rgb(237 235 235 / 1);
}
.border-s-grey-125\/20 {
  border-inline-start-color: rgb(237 235 235 / 0.2);
}
.border-s-grey-125\/25 {
  border-inline-start-color: rgb(237 235 235 / 0.25);
}
.border-s-grey-125\/30 {
  border-inline-start-color: rgb(237 235 235 / 0.3);
}
.border-s-grey-125\/40 {
  border-inline-start-color: rgb(237 235 235 / 0.4);
}
.border-s-grey-125\/5 {
  border-inline-start-color: rgb(237 235 235 / 0.05);
}
.border-s-grey-125\/50 {
  border-inline-start-color: rgb(237 235 235 / 0.5);
}
.border-s-grey-125\/60 {
  border-inline-start-color: rgb(237 235 235 / 0.6);
}
.border-s-grey-125\/70 {
  border-inline-start-color: rgb(237 235 235 / 0.7);
}
.border-s-grey-125\/75 {
  border-inline-start-color: rgb(237 235 235 / 0.75);
}
.border-s-grey-125\/80 {
  border-inline-start-color: rgb(237 235 235 / 0.8);
}
.border-s-grey-125\/90 {
  border-inline-start-color: rgb(237 235 235 / 0.9);
}
.border-s-grey-125\/95 {
  border-inline-start-color: rgb(237 235 235 / 0.95);
}
.border-s-grey-150 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-s-grey-150\/0 {
  border-inline-start-color: rgb(220 220 220 / 0);
}
.border-s-grey-150\/10 {
  border-inline-start-color: rgb(220 220 220 / 0.1);
}
.border-s-grey-150\/100 {
  border-inline-start-color: rgb(220 220 220 / 1);
}
.border-s-grey-150\/20 {
  border-inline-start-color: rgb(220 220 220 / 0.2);
}
.border-s-grey-150\/25 {
  border-inline-start-color: rgb(220 220 220 / 0.25);
}
.border-s-grey-150\/30 {
  border-inline-start-color: rgb(220 220 220 / 0.3);
}
.border-s-grey-150\/40 {
  border-inline-start-color: rgb(220 220 220 / 0.4);
}
.border-s-grey-150\/5 {
  border-inline-start-color: rgb(220 220 220 / 0.05);
}
.border-s-grey-150\/50 {
  border-inline-start-color: rgb(220 220 220 / 0.5);
}
.border-s-grey-150\/60 {
  border-inline-start-color: rgb(220 220 220 / 0.6);
}
.border-s-grey-150\/70 {
  border-inline-start-color: rgb(220 220 220 / 0.7);
}
.border-s-grey-150\/75 {
  border-inline-start-color: rgb(220 220 220 / 0.75);
}
.border-s-grey-150\/80 {
  border-inline-start-color: rgb(220 220 220 / 0.8);
}
.border-s-grey-150\/90 {
  border-inline-start-color: rgb(220 220 220 / 0.9);
}
.border-s-grey-150\/95 {
  border-inline-start-color: rgb(220 220 220 / 0.95);
}
.border-s-grey-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-s-grey-200\/0 {
  border-inline-start-color: rgb(201 201 201 / 0);
}
.border-s-grey-200\/10 {
  border-inline-start-color: rgb(201 201 201 / 0.1);
}
.border-s-grey-200\/100 {
  border-inline-start-color: rgb(201 201 201 / 1);
}
.border-s-grey-200\/20 {
  border-inline-start-color: rgb(201 201 201 / 0.2);
}
.border-s-grey-200\/25 {
  border-inline-start-color: rgb(201 201 201 / 0.25);
}
.border-s-grey-200\/30 {
  border-inline-start-color: rgb(201 201 201 / 0.3);
}
.border-s-grey-200\/40 {
  border-inline-start-color: rgb(201 201 201 / 0.4);
}
.border-s-grey-200\/5 {
  border-inline-start-color: rgb(201 201 201 / 0.05);
}
.border-s-grey-200\/50 {
  border-inline-start-color: rgb(201 201 201 / 0.5);
}
.border-s-grey-200\/60 {
  border-inline-start-color: rgb(201 201 201 / 0.6);
}
.border-s-grey-200\/70 {
  border-inline-start-color: rgb(201 201 201 / 0.7);
}
.border-s-grey-200\/75 {
  border-inline-start-color: rgb(201 201 201 / 0.75);
}
.border-s-grey-200\/80 {
  border-inline-start-color: rgb(201 201 201 / 0.8);
}
.border-s-grey-200\/90 {
  border-inline-start-color: rgb(201 201 201 / 0.9);
}
.border-s-grey-200\/95 {
  border-inline-start-color: rgb(201 201 201 / 0.95);
}
.border-s-grey-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-s-grey-300\/0 {
  border-inline-start-color: rgb(183 183 183 / 0);
}
.border-s-grey-300\/10 {
  border-inline-start-color: rgb(183 183 183 / 0.1);
}
.border-s-grey-300\/100 {
  border-inline-start-color: rgb(183 183 183 / 1);
}
.border-s-grey-300\/20 {
  border-inline-start-color: rgb(183 183 183 / 0.2);
}
.border-s-grey-300\/25 {
  border-inline-start-color: rgb(183 183 183 / 0.25);
}
.border-s-grey-300\/30 {
  border-inline-start-color: rgb(183 183 183 / 0.3);
}
.border-s-grey-300\/40 {
  border-inline-start-color: rgb(183 183 183 / 0.4);
}
.border-s-grey-300\/5 {
  border-inline-start-color: rgb(183 183 183 / 0.05);
}
.border-s-grey-300\/50 {
  border-inline-start-color: rgb(183 183 183 / 0.5);
}
.border-s-grey-300\/60 {
  border-inline-start-color: rgb(183 183 183 / 0.6);
}
.border-s-grey-300\/70 {
  border-inline-start-color: rgb(183 183 183 / 0.7);
}
.border-s-grey-300\/75 {
  border-inline-start-color: rgb(183 183 183 / 0.75);
}
.border-s-grey-300\/80 {
  border-inline-start-color: rgb(183 183 183 / 0.8);
}
.border-s-grey-300\/90 {
  border-inline-start-color: rgb(183 183 183 / 0.9);
}
.border-s-grey-300\/95 {
  border-inline-start-color: rgb(183 183 183 / 0.95);
}
.border-s-grey-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-s-grey-400\/0 {
  border-inline-start-color: rgb(218 218 218 / 0);
}
.border-s-grey-400\/10 {
  border-inline-start-color: rgb(218 218 218 / 0.1);
}
.border-s-grey-400\/100 {
  border-inline-start-color: rgb(218 218 218 / 1);
}
.border-s-grey-400\/20 {
  border-inline-start-color: rgb(218 218 218 / 0.2);
}
.border-s-grey-400\/25 {
  border-inline-start-color: rgb(218 218 218 / 0.25);
}
.border-s-grey-400\/30 {
  border-inline-start-color: rgb(218 218 218 / 0.3);
}
.border-s-grey-400\/40 {
  border-inline-start-color: rgb(218 218 218 / 0.4);
}
.border-s-grey-400\/5 {
  border-inline-start-color: rgb(218 218 218 / 0.05);
}
.border-s-grey-400\/50 {
  border-inline-start-color: rgb(218 218 218 / 0.5);
}
.border-s-grey-400\/60 {
  border-inline-start-color: rgb(218 218 218 / 0.6);
}
.border-s-grey-400\/70 {
  border-inline-start-color: rgb(218 218 218 / 0.7);
}
.border-s-grey-400\/75 {
  border-inline-start-color: rgb(218 218 218 / 0.75);
}
.border-s-grey-400\/80 {
  border-inline-start-color: rgb(218 218 218 / 0.8);
}
.border-s-grey-400\/90 {
  border-inline-start-color: rgb(218 218 218 / 0.9);
}
.border-s-grey-400\/95 {
  border-inline-start-color: rgb(218 218 218 / 0.95);
}
.border-s-grey-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-s-grey-50\/0 {
  border-inline-start-color: rgb(254 254 254 / 0);
}
.border-s-grey-50\/10 {
  border-inline-start-color: rgb(254 254 254 / 0.1);
}
.border-s-grey-50\/100 {
  border-inline-start-color: rgb(254 254 254 / 1);
}
.border-s-grey-50\/20 {
  border-inline-start-color: rgb(254 254 254 / 0.2);
}
.border-s-grey-50\/25 {
  border-inline-start-color: rgb(254 254 254 / 0.25);
}
.border-s-grey-50\/30 {
  border-inline-start-color: rgb(254 254 254 / 0.3);
}
.border-s-grey-50\/40 {
  border-inline-start-color: rgb(254 254 254 / 0.4);
}
.border-s-grey-50\/5 {
  border-inline-start-color: rgb(254 254 254 / 0.05);
}
.border-s-grey-50\/50 {
  border-inline-start-color: rgb(254 254 254 / 0.5);
}
.border-s-grey-50\/60 {
  border-inline-start-color: rgb(254 254 254 / 0.6);
}
.border-s-grey-50\/70 {
  border-inline-start-color: rgb(254 254 254 / 0.7);
}
.border-s-grey-50\/75 {
  border-inline-start-color: rgb(254 254 254 / 0.75);
}
.border-s-grey-50\/80 {
  border-inline-start-color: rgb(254 254 254 / 0.8);
}
.border-s-grey-50\/90 {
  border-inline-start-color: rgb(254 254 254 / 0.9);
}
.border-s-grey-50\/95 {
  border-inline-start-color: rgb(254 254 254 / 0.95);
}
.border-s-grey-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-s-grey-500\/0 {
  border-inline-start-color: rgb(142 142 142 / 0);
}
.border-s-grey-500\/10 {
  border-inline-start-color: rgb(142 142 142 / 0.1);
}
.border-s-grey-500\/100 {
  border-inline-start-color: rgb(142 142 142 / 1);
}
.border-s-grey-500\/20 {
  border-inline-start-color: rgb(142 142 142 / 0.2);
}
.border-s-grey-500\/25 {
  border-inline-start-color: rgb(142 142 142 / 0.25);
}
.border-s-grey-500\/30 {
  border-inline-start-color: rgb(142 142 142 / 0.3);
}
.border-s-grey-500\/40 {
  border-inline-start-color: rgb(142 142 142 / 0.4);
}
.border-s-grey-500\/5 {
  border-inline-start-color: rgb(142 142 142 / 0.05);
}
.border-s-grey-500\/50 {
  border-inline-start-color: rgb(142 142 142 / 0.5);
}
.border-s-grey-500\/60 {
  border-inline-start-color: rgb(142 142 142 / 0.6);
}
.border-s-grey-500\/70 {
  border-inline-start-color: rgb(142 142 142 / 0.7);
}
.border-s-grey-500\/75 {
  border-inline-start-color: rgb(142 142 142 / 0.75);
}
.border-s-grey-500\/80 {
  border-inline-start-color: rgb(142 142 142 / 0.8);
}
.border-s-grey-500\/90 {
  border-inline-start-color: rgb(142 142 142 / 0.9);
}
.border-s-grey-500\/95 {
  border-inline-start-color: rgb(142 142 142 / 0.95);
}
.border-s-grey-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-s-grey-600\/0 {
  border-inline-start-color: rgb(111 111 111 / 0);
}
.border-s-grey-600\/10 {
  border-inline-start-color: rgb(111 111 111 / 0.1);
}
.border-s-grey-600\/100 {
  border-inline-start-color: rgb(111 111 111 / 1);
}
.border-s-grey-600\/20 {
  border-inline-start-color: rgb(111 111 111 / 0.2);
}
.border-s-grey-600\/25 {
  border-inline-start-color: rgb(111 111 111 / 0.25);
}
.border-s-grey-600\/30 {
  border-inline-start-color: rgb(111 111 111 / 0.3);
}
.border-s-grey-600\/40 {
  border-inline-start-color: rgb(111 111 111 / 0.4);
}
.border-s-grey-600\/5 {
  border-inline-start-color: rgb(111 111 111 / 0.05);
}
.border-s-grey-600\/50 {
  border-inline-start-color: rgb(111 111 111 / 0.5);
}
.border-s-grey-600\/60 {
  border-inline-start-color: rgb(111 111 111 / 0.6);
}
.border-s-grey-600\/70 {
  border-inline-start-color: rgb(111 111 111 / 0.7);
}
.border-s-grey-600\/75 {
  border-inline-start-color: rgb(111 111 111 / 0.75);
}
.border-s-grey-600\/80 {
  border-inline-start-color: rgb(111 111 111 / 0.8);
}
.border-s-grey-600\/90 {
  border-inline-start-color: rgb(111 111 111 / 0.9);
}
.border-s-grey-600\/95 {
  border-inline-start-color: rgb(111 111 111 / 0.95);
}
.border-s-grey-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-s-grey-700\/0 {
  border-inline-start-color: rgb(82 82 82 / 0);
}
.border-s-grey-700\/10 {
  border-inline-start-color: rgb(82 82 82 / 0.1);
}
.border-s-grey-700\/100 {
  border-inline-start-color: rgb(82 82 82 / 1);
}
.border-s-grey-700\/20 {
  border-inline-start-color: rgb(82 82 82 / 0.2);
}
.border-s-grey-700\/25 {
  border-inline-start-color: rgb(82 82 82 / 0.25);
}
.border-s-grey-700\/30 {
  border-inline-start-color: rgb(82 82 82 / 0.3);
}
.border-s-grey-700\/40 {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}
.border-s-grey-700\/5 {
  border-inline-start-color: rgb(82 82 82 / 0.05);
}
.border-s-grey-700\/50 {
  border-inline-start-color: rgb(82 82 82 / 0.5);
}
.border-s-grey-700\/60 {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}
.border-s-grey-700\/70 {
  border-inline-start-color: rgb(82 82 82 / 0.7);
}
.border-s-grey-700\/75 {
  border-inline-start-color: rgb(82 82 82 / 0.75);
}
.border-s-grey-700\/80 {
  border-inline-start-color: rgb(82 82 82 / 0.8);
}
.border-s-grey-700\/90 {
  border-inline-start-color: rgb(82 82 82 / 0.9);
}
.border-s-grey-700\/95 {
  border-inline-start-color: rgb(82 82 82 / 0.95);
}
.border-s-grey-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-s-grey-800\/0 {
  border-inline-start-color: rgb(53 53 53 / 0);
}
.border-s-grey-800\/10 {
  border-inline-start-color: rgb(53 53 53 / 0.1);
}
.border-s-grey-800\/100 {
  border-inline-start-color: rgb(53 53 53 / 1);
}
.border-s-grey-800\/20 {
  border-inline-start-color: rgb(53 53 53 / 0.2);
}
.border-s-grey-800\/25 {
  border-inline-start-color: rgb(53 53 53 / 0.25);
}
.border-s-grey-800\/30 {
  border-inline-start-color: rgb(53 53 53 / 0.3);
}
.border-s-grey-800\/40 {
  border-inline-start-color: rgb(53 53 53 / 0.4);
}
.border-s-grey-800\/5 {
  border-inline-start-color: rgb(53 53 53 / 0.05);
}
.border-s-grey-800\/50 {
  border-inline-start-color: rgb(53 53 53 / 0.5);
}
.border-s-grey-800\/60 {
  border-inline-start-color: rgb(53 53 53 / 0.6);
}
.border-s-grey-800\/70 {
  border-inline-start-color: rgb(53 53 53 / 0.7);
}
.border-s-grey-800\/75 {
  border-inline-start-color: rgb(53 53 53 / 0.75);
}
.border-s-grey-800\/80 {
  border-inline-start-color: rgb(53 53 53 / 0.8);
}
.border-s-grey-800\/90 {
  border-inline-start-color: rgb(53 53 53 / 0.9);
}
.border-s-grey-800\/95 {
  border-inline-start-color: rgb(53 53 53 / 0.95);
}
.border-s-grey-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-s-grey-900\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-grey-900\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-grey-900\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-grey-900\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-grey-900\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-grey-900\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-grey-900\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-grey-900\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-grey-900\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-grey-900\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-grey-900\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-grey-900\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-grey-900\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-grey-900\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-grey-900\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-indigo-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-s-primary-hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-s-primary-hover\/0 {
  border-inline-start-color: rgb(205 243 208 / 0);
}
.border-s-primary-hover\/10 {
  border-inline-start-color: rgb(205 243 208 / 0.1);
}
.border-s-primary-hover\/100 {
  border-inline-start-color: rgb(205 243 208 / 1);
}
.border-s-primary-hover\/20 {
  border-inline-start-color: rgb(205 243 208 / 0.2);
}
.border-s-primary-hover\/25 {
  border-inline-start-color: rgb(205 243 208 / 0.25);
}
.border-s-primary-hover\/30 {
  border-inline-start-color: rgb(205 243 208 / 0.3);
}
.border-s-primary-hover\/40 {
  border-inline-start-color: rgb(205 243 208 / 0.4);
}
.border-s-primary-hover\/5 {
  border-inline-start-color: rgb(205 243 208 / 0.05);
}
.border-s-primary-hover\/50 {
  border-inline-start-color: rgb(205 243 208 / 0.5);
}
.border-s-primary-hover\/60 {
  border-inline-start-color: rgb(205 243 208 / 0.6);
}
.border-s-primary-hover\/70 {
  border-inline-start-color: rgb(205 243 208 / 0.7);
}
.border-s-primary-hover\/75 {
  border-inline-start-color: rgb(205 243 208 / 0.75);
}
.border-s-primary-hover\/80 {
  border-inline-start-color: rgb(205 243 208 / 0.8);
}
.border-s-primary-hover\/90 {
  border-inline-start-color: rgb(205 243 208 / 0.9);
}
.border-s-primary-hover\/95 {
  border-inline-start-color: rgb(205 243 208 / 0.95);
}
.border-s-primary\/0 {
  border-inline-start-color: rgb(27 218 46 / 0);
}
.border-s-primary\/10 {
  border-inline-start-color: rgb(27 218 46 / 0.1);
}
.border-s-primary\/100 {
  border-inline-start-color: rgb(27 218 46 / 1);
}
.border-s-primary\/20 {
  border-inline-start-color: rgb(27 218 46 / 0.2);
}
.border-s-primary\/25 {
  border-inline-start-color: rgb(27 218 46 / 0.25);
}
.border-s-primary\/30 {
  border-inline-start-color: rgb(27 218 46 / 0.3);
}
.border-s-primary\/40 {
  border-inline-start-color: rgb(27 218 46 / 0.4);
}
.border-s-primary\/5 {
  border-inline-start-color: rgb(27 218 46 / 0.05);
}
.border-s-primary\/50 {
  border-inline-start-color: rgb(27 218 46 / 0.5);
}
.border-s-primary\/60 {
  border-inline-start-color: rgb(27 218 46 / 0.6);
}
.border-s-primary\/70 {
  border-inline-start-color: rgb(27 218 46 / 0.7);
}
.border-s-primary\/75 {
  border-inline-start-color: rgb(27 218 46 / 0.75);
}
.border-s-primary\/80 {
  border-inline-start-color: rgb(27 218 46 / 0.8);
}
.border-s-primary\/90 {
  border-inline-start-color: rgb(27 218 46 / 0.9);
}
.border-s-primary\/95 {
  border-inline-start-color: rgb(27 218 46 / 0.95);
}
.border-s-purple-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-s-secondary\/0 {
  border-inline-start-color: rgb(205 243 208 / 0);
}
.border-s-secondary\/10 {
  border-inline-start-color: rgb(205 243 208 / 0.1);
}
.border-s-secondary\/100 {
  border-inline-start-color: rgb(205 243 208 / 1);
}
.border-s-secondary\/20 {
  border-inline-start-color: rgb(205 243 208 / 0.2);
}
.border-s-secondary\/25 {
  border-inline-start-color: rgb(205 243 208 / 0.25);
}
.border-s-secondary\/30 {
  border-inline-start-color: rgb(205 243 208 / 0.3);
}
.border-s-secondary\/40 {
  border-inline-start-color: rgb(205 243 208 / 0.4);
}
.border-s-secondary\/5 {
  border-inline-start-color: rgb(205 243 208 / 0.05);
}
.border-s-secondary\/50 {
  border-inline-start-color: rgb(205 243 208 / 0.5);
}
.border-s-secondary\/60 {
  border-inline-start-color: rgb(205 243 208 / 0.6);
}
.border-s-secondary\/70 {
  border-inline-start-color: rgb(205 243 208 / 0.7);
}
.border-s-secondary\/75 {
  border-inline-start-color: rgb(205 243 208 / 0.75);
}
.border-s-secondary\/80 {
  border-inline-start-color: rgb(205 243 208 / 0.8);
}
.border-s-secondary\/90 {
  border-inline-start-color: rgb(205 243 208 / 0.9);
}
.border-s-secondary\/95 {
  border-inline-start-color: rgb(205 243 208 / 0.95);
}
.border-s-sky-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-s-success-100\/0 {
  border-inline-start-color: rgb(185 230 184 / 0);
}
.border-s-success-100\/10 {
  border-inline-start-color: rgb(185 230 184 / 0.1);
}
.border-s-success-100\/100 {
  border-inline-start-color: rgb(185 230 184 / 1);
}
.border-s-success-100\/20 {
  border-inline-start-color: rgb(185 230 184 / 0.2);
}
.border-s-success-100\/25 {
  border-inline-start-color: rgb(185 230 184 / 0.25);
}
.border-s-success-100\/30 {
  border-inline-start-color: rgb(185 230 184 / 0.3);
}
.border-s-success-100\/40 {
  border-inline-start-color: rgb(185 230 184 / 0.4);
}
.border-s-success-100\/5 {
  border-inline-start-color: rgb(185 230 184 / 0.05);
}
.border-s-success-100\/50 {
  border-inline-start-color: rgb(185 230 184 / 0.5);
}
.border-s-success-100\/60 {
  border-inline-start-color: rgb(185 230 184 / 0.6);
}
.border-s-success-100\/70 {
  border-inline-start-color: rgb(185 230 184 / 0.7);
}
.border-s-success-100\/75 {
  border-inline-start-color: rgb(185 230 184 / 0.75);
}
.border-s-success-100\/80 {
  border-inline-start-color: rgb(185 230 184 / 0.8);
}
.border-s-success-100\/90 {
  border-inline-start-color: rgb(185 230 184 / 0.9);
}
.border-s-success-100\/95 {
  border-inline-start-color: rgb(185 230 184 / 0.95);
}
.border-s-success-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-s-success-200\/0 {
  border-inline-start-color: rgb(159 219 157 / 0);
}
.border-s-success-200\/10 {
  border-inline-start-color: rgb(159 219 157 / 0.1);
}
.border-s-success-200\/100 {
  border-inline-start-color: rgb(159 219 157 / 1);
}
.border-s-success-200\/20 {
  border-inline-start-color: rgb(159 219 157 / 0.2);
}
.border-s-success-200\/25 {
  border-inline-start-color: rgb(159 219 157 / 0.25);
}
.border-s-success-200\/30 {
  border-inline-start-color: rgb(159 219 157 / 0.3);
}
.border-s-success-200\/40 {
  border-inline-start-color: rgb(159 219 157 / 0.4);
}
.border-s-success-200\/5 {
  border-inline-start-color: rgb(159 219 157 / 0.05);
}
.border-s-success-200\/50 {
  border-inline-start-color: rgb(159 219 157 / 0.5);
}
.border-s-success-200\/60 {
  border-inline-start-color: rgb(159 219 157 / 0.6);
}
.border-s-success-200\/70 {
  border-inline-start-color: rgb(159 219 157 / 0.7);
}
.border-s-success-200\/75 {
  border-inline-start-color: rgb(159 219 157 / 0.75);
}
.border-s-success-200\/80 {
  border-inline-start-color: rgb(159 219 157 / 0.8);
}
.border-s-success-200\/90 {
  border-inline-start-color: rgb(159 219 157 / 0.9);
}
.border-s-success-200\/95 {
  border-inline-start-color: rgb(159 219 157 / 0.95);
}
.border-s-success-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-s-success-400\/0 {
  border-inline-start-color: rgb(106 197 103 / 0);
}
.border-s-success-400\/10 {
  border-inline-start-color: rgb(106 197 103 / 0.1);
}
.border-s-success-400\/100 {
  border-inline-start-color: rgb(106 197 103 / 1);
}
.border-s-success-400\/20 {
  border-inline-start-color: rgb(106 197 103 / 0.2);
}
.border-s-success-400\/25 {
  border-inline-start-color: rgb(106 197 103 / 0.25);
}
.border-s-success-400\/30 {
  border-inline-start-color: rgb(106 197 103 / 0.3);
}
.border-s-success-400\/40 {
  border-inline-start-color: rgb(106 197 103 / 0.4);
}
.border-s-success-400\/5 {
  border-inline-start-color: rgb(106 197 103 / 0.05);
}
.border-s-success-400\/50 {
  border-inline-start-color: rgb(106 197 103 / 0.5);
}
.border-s-success-400\/60 {
  border-inline-start-color: rgb(106 197 103 / 0.6);
}
.border-s-success-400\/70 {
  border-inline-start-color: rgb(106 197 103 / 0.7);
}
.border-s-success-400\/75 {
  border-inline-start-color: rgb(106 197 103 / 0.75);
}
.border-s-success-400\/80 {
  border-inline-start-color: rgb(106 197 103 / 0.8);
}
.border-s-success-400\/90 {
  border-inline-start-color: rgb(106 197 103 / 0.9);
}
.border-s-success-400\/95 {
  border-inline-start-color: rgb(106 197 103 / 0.95);
}
.border-s-success-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-s-success-50\/0 {
  border-inline-start-color: rgb(212 241 211 / 0);
}
.border-s-success-50\/10 {
  border-inline-start-color: rgb(212 241 211 / 0.1);
}
.border-s-success-50\/100 {
  border-inline-start-color: rgb(212 241 211 / 1);
}
.border-s-success-50\/20 {
  border-inline-start-color: rgb(212 241 211 / 0.2);
}
.border-s-success-50\/25 {
  border-inline-start-color: rgb(212 241 211 / 0.25);
}
.border-s-success-50\/30 {
  border-inline-start-color: rgb(212 241 211 / 0.3);
}
.border-s-success-50\/40 {
  border-inline-start-color: rgb(212 241 211 / 0.4);
}
.border-s-success-50\/5 {
  border-inline-start-color: rgb(212 241 211 / 0.05);
}
.border-s-success-50\/50 {
  border-inline-start-color: rgb(212 241 211 / 0.5);
}
.border-s-success-50\/60 {
  border-inline-start-color: rgb(212 241 211 / 0.6);
}
.border-s-success-50\/70 {
  border-inline-start-color: rgb(212 241 211 / 0.7);
}
.border-s-success-50\/75 {
  border-inline-start-color: rgb(212 241 211 / 0.75);
}
.border-s-success-50\/80 {
  border-inline-start-color: rgb(212 241 211 / 0.8);
}
.border-s-success-50\/90 {
  border-inline-start-color: rgb(212 241 211 / 0.9);
}
.border-s-success-50\/95 {
  border-inline-start-color: rgb(212 241 211 / 0.95);
}
.border-s-success-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-s-success-600\/0 {
  border-inline-start-color: rgb(54 175 49 / 0);
}
.border-s-success-600\/10 {
  border-inline-start-color: rgb(54 175 49 / 0.1);
}
.border-s-success-600\/100 {
  border-inline-start-color: rgb(54 175 49 / 1);
}
.border-s-success-600\/20 {
  border-inline-start-color: rgb(54 175 49 / 0.2);
}
.border-s-success-600\/25 {
  border-inline-start-color: rgb(54 175 49 / 0.25);
}
.border-s-success-600\/30 {
  border-inline-start-color: rgb(54 175 49 / 0.3);
}
.border-s-success-600\/40 {
  border-inline-start-color: rgb(54 175 49 / 0.4);
}
.border-s-success-600\/5 {
  border-inline-start-color: rgb(54 175 49 / 0.05);
}
.border-s-success-600\/50 {
  border-inline-start-color: rgb(54 175 49 / 0.5);
}
.border-s-success-600\/60 {
  border-inline-start-color: rgb(54 175 49 / 0.6);
}
.border-s-success-600\/70 {
  border-inline-start-color: rgb(54 175 49 / 0.7);
}
.border-s-success-600\/75 {
  border-inline-start-color: rgb(54 175 49 / 0.75);
}
.border-s-success-600\/80 {
  border-inline-start-color: rgb(54 175 49 / 0.8);
}
.border-s-success-600\/90 {
  border-inline-start-color: rgb(54 175 49 / 0.9);
}
.border-s-success-600\/95 {
  border-inline-start-color: rgb(54 175 49 / 0.95);
}
.border-s-teal-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-s-tertiary-hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-s-tertiary-hover\/0 {
  border-inline-start-color: rgb(177 188 174 / 0);
}
.border-s-tertiary-hover\/10 {
  border-inline-start-color: rgb(177 188 174 / 0.1);
}
.border-s-tertiary-hover\/100 {
  border-inline-start-color: rgb(177 188 174 / 1);
}
.border-s-tertiary-hover\/20 {
  border-inline-start-color: rgb(177 188 174 / 0.2);
}
.border-s-tertiary-hover\/25 {
  border-inline-start-color: rgb(177 188 174 / 0.25);
}
.border-s-tertiary-hover\/30 {
  border-inline-start-color: rgb(177 188 174 / 0.3);
}
.border-s-tertiary-hover\/40 {
  border-inline-start-color: rgb(177 188 174 / 0.4);
}
.border-s-tertiary-hover\/5 {
  border-inline-start-color: rgb(177 188 174 / 0.05);
}
.border-s-tertiary-hover\/50 {
  border-inline-start-color: rgb(177 188 174 / 0.5);
}
.border-s-tertiary-hover\/60 {
  border-inline-start-color: rgb(177 188 174 / 0.6);
}
.border-s-tertiary-hover\/70 {
  border-inline-start-color: rgb(177 188 174 / 0.7);
}
.border-s-tertiary-hover\/75 {
  border-inline-start-color: rgb(177 188 174 / 0.75);
}
.border-s-tertiary-hover\/80 {
  border-inline-start-color: rgb(177 188 174 / 0.8);
}
.border-s-tertiary-hover\/90 {
  border-inline-start-color: rgb(177 188 174 / 0.9);
}
.border-s-tertiary-hover\/95 {
  border-inline-start-color: rgb(177 188 174 / 0.95);
}
.border-s-tertiary\/0 {
  border-inline-start-color: rgb(76 88 72 / 0);
}
.border-s-tertiary\/10 {
  border-inline-start-color: rgb(76 88 72 / 0.1);
}
.border-s-tertiary\/100 {
  border-inline-start-color: rgb(76 88 72 / 1);
}
.border-s-tertiary\/20 {
  border-inline-start-color: rgb(76 88 72 / 0.2);
}
.border-s-tertiary\/25 {
  border-inline-start-color: rgb(76 88 72 / 0.25);
}
.border-s-tertiary\/30 {
  border-inline-start-color: rgb(76 88 72 / 0.3);
}
.border-s-tertiary\/40 {
  border-inline-start-color: rgb(76 88 72 / 0.4);
}
.border-s-tertiary\/5 {
  border-inline-start-color: rgb(76 88 72 / 0.05);
}
.border-s-tertiary\/50 {
  border-inline-start-color: rgb(76 88 72 / 0.5);
}
.border-s-tertiary\/60 {
  border-inline-start-color: rgb(76 88 72 / 0.6);
}
.border-s-tertiary\/70 {
  border-inline-start-color: rgb(76 88 72 / 0.7);
}
.border-s-tertiary\/75 {
  border-inline-start-color: rgb(76 88 72 / 0.75);
}
.border-s-tertiary\/80 {
  border-inline-start-color: rgb(76 88 72 / 0.8);
}
.border-s-tertiary\/90 {
  border-inline-start-color: rgb(76 88 72 / 0.9);
}
.border-s-tertiary\/95 {
  border-inline-start-color: rgb(76 88 72 / 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\/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\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-s-warning-100\/0 {
  border-inline-start-color: rgb(230 225 177 / 0);
}
.border-s-warning-100\/10 {
  border-inline-start-color: rgb(230 225 177 / 0.1);
}
.border-s-warning-100\/100 {
  border-inline-start-color: rgb(230 225 177 / 1);
}
.border-s-warning-100\/20 {
  border-inline-start-color: rgb(230 225 177 / 0.2);
}
.border-s-warning-100\/25 {
  border-inline-start-color: rgb(230 225 177 / 0.25);
}
.border-s-warning-100\/30 {
  border-inline-start-color: rgb(230 225 177 / 0.3);
}
.border-s-warning-100\/40 {
  border-inline-start-color: rgb(230 225 177 / 0.4);
}
.border-s-warning-100\/5 {
  border-inline-start-color: rgb(230 225 177 / 0.05);
}
.border-s-warning-100\/50 {
  border-inline-start-color: rgb(230 225 177 / 0.5);
}
.border-s-warning-100\/60 {
  border-inline-start-color: rgb(230 225 177 / 0.6);
}
.border-s-warning-100\/70 {
  border-inline-start-color: rgb(230 225 177 / 0.7);
}
.border-s-warning-100\/75 {
  border-inline-start-color: rgb(230 225 177 / 0.75);
}
.border-s-warning-100\/80 {
  border-inline-start-color: rgb(230 225 177 / 0.8);
}
.border-s-warning-100\/90 {
  border-inline-start-color: rgb(230 225 177 / 0.9);
}
.border-s-warning-100\/95 {
  border-inline-start-color: rgb(230 225 177 / 0.95);
}
.border-s-warning-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-s-warning-200\/0 {
  border-inline-start-color: rgb(217 201 146 / 0);
}
.border-s-warning-200\/10 {
  border-inline-start-color: rgb(217 201 146 / 0.1);
}
.border-s-warning-200\/100 {
  border-inline-start-color: rgb(217 201 146 / 1);
}
.border-s-warning-200\/20 {
  border-inline-start-color: rgb(217 201 146 / 0.2);
}
.border-s-warning-200\/25 {
  border-inline-start-color: rgb(217 201 146 / 0.25);
}
.border-s-warning-200\/30 {
  border-inline-start-color: rgb(217 201 146 / 0.3);
}
.border-s-warning-200\/40 {
  border-inline-start-color: rgb(217 201 146 / 0.4);
}
.border-s-warning-200\/5 {
  border-inline-start-color: rgb(217 201 146 / 0.05);
}
.border-s-warning-200\/50 {
  border-inline-start-color: rgb(217 201 146 / 0.5);
}
.border-s-warning-200\/60 {
  border-inline-start-color: rgb(217 201 146 / 0.6);
}
.border-s-warning-200\/70 {
  border-inline-start-color: rgb(217 201 146 / 0.7);
}
.border-s-warning-200\/75 {
  border-inline-start-color: rgb(217 201 146 / 0.75);
}
.border-s-warning-200\/80 {
  border-inline-start-color: rgb(217 201 146 / 0.8);
}
.border-s-warning-200\/90 {
  border-inline-start-color: rgb(217 201 146 / 0.9);
}
.border-s-warning-200\/95 {
  border-inline-start-color: rgb(217 201 146 / 0.95);
}
.border-s-warning-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-s-warning-400\/0 {
  border-inline-start-color: rgb(198 168 100 / 0);
}
.border-s-warning-400\/10 {
  border-inline-start-color: rgb(198 168 100 / 0.1);
}
.border-s-warning-400\/100 {
  border-inline-start-color: rgb(198 168 100 / 1);
}
.border-s-warning-400\/20 {
  border-inline-start-color: rgb(198 168 100 / 0.2);
}
.border-s-warning-400\/25 {
  border-inline-start-color: rgb(198 168 100 / 0.25);
}
.border-s-warning-400\/30 {
  border-inline-start-color: rgb(198 168 100 / 0.3);
}
.border-s-warning-400\/40 {
  border-inline-start-color: rgb(198 168 100 / 0.4);
}
.border-s-warning-400\/5 {
  border-inline-start-color: rgb(198 168 100 / 0.05);
}
.border-s-warning-400\/50 {
  border-inline-start-color: rgb(198 168 100 / 0.5);
}
.border-s-warning-400\/60 {
  border-inline-start-color: rgb(198 168 100 / 0.6);
}
.border-s-warning-400\/70 {
  border-inline-start-color: rgb(198 168 100 / 0.7);
}
.border-s-warning-400\/75 {
  border-inline-start-color: rgb(198 168 100 / 0.75);
}
.border-s-warning-400\/80 {
  border-inline-start-color: rgb(198 168 100 / 0.8);
}
.border-s-warning-400\/90 {
  border-inline-start-color: rgb(198 168 100 / 0.9);
}
.border-s-warning-400\/95 {
  border-inline-start-color: rgb(198 168 100 / 0.95);
}
.border-s-warning-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-s-warning-50\/0 {
  border-inline-start-color: rgb(242 239 208 / 0);
}
.border-s-warning-50\/10 {
  border-inline-start-color: rgb(242 239 208 / 0.1);
}
.border-s-warning-50\/100 {
  border-inline-start-color: rgb(242 239 208 / 1);
}
.border-s-warning-50\/20 {
  border-inline-start-color: rgb(242 239 208 / 0.2);
}
.border-s-warning-50\/25 {
  border-inline-start-color: rgb(242 239 208 / 0.25);
}
.border-s-warning-50\/30 {
  border-inline-start-color: rgb(242 239 208 / 0.3);
}
.border-s-warning-50\/40 {
  border-inline-start-color: rgb(242 239 208 / 0.4);
}
.border-s-warning-50\/5 {
  border-inline-start-color: rgb(242 239 208 / 0.05);
}
.border-s-warning-50\/50 {
  border-inline-start-color: rgb(242 239 208 / 0.5);
}
.border-s-warning-50\/60 {
  border-inline-start-color: rgb(242 239 208 / 0.6);
}
.border-s-warning-50\/70 {
  border-inline-start-color: rgb(242 239 208 / 0.7);
}
.border-s-warning-50\/75 {
  border-inline-start-color: rgb(242 239 208 / 0.75);
}
.border-s-warning-50\/80 {
  border-inline-start-color: rgb(242 239 208 / 0.8);
}
.border-s-warning-50\/90 {
  border-inline-start-color: rgb(242 239 208 / 0.9);
}
.border-s-warning-50\/95 {
  border-inline-start-color: rgb(242 239 208 / 0.95);
}
.border-s-warning-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-s-warning-600\/0 {
  border-inline-start-color: rgb(179 134 54 / 0);
}
.border-s-warning-600\/10 {
  border-inline-start-color: rgb(179 134 54 / 0.1);
}
.border-s-warning-600\/100 {
  border-inline-start-color: rgb(179 134 54 / 1);
}
.border-s-warning-600\/20 {
  border-inline-start-color: rgb(179 134 54 / 0.2);
}
.border-s-warning-600\/25 {
  border-inline-start-color: rgb(179 134 54 / 0.25);
}
.border-s-warning-600\/30 {
  border-inline-start-color: rgb(179 134 54 / 0.3);
}
.border-s-warning-600\/40 {
  border-inline-start-color: rgb(179 134 54 / 0.4);
}
.border-s-warning-600\/5 {
  border-inline-start-color: rgb(179 134 54 / 0.05);
}
.border-s-warning-600\/50 {
  border-inline-start-color: rgb(179 134 54 / 0.5);
}
.border-s-warning-600\/60 {
  border-inline-start-color: rgb(179 134 54 / 0.6);
}
.border-s-warning-600\/70 {
  border-inline-start-color: rgb(179 134 54 / 0.7);
}
.border-s-warning-600\/75 {
  border-inline-start-color: rgb(179 134 54 / 0.75);
}
.border-s-warning-600\/80 {
  border-inline-start-color: rgb(179 134 54 / 0.8);
}
.border-s-warning-600\/90 {
  border-inline-start-color: rgb(179 134 54 / 0.9);
}
.border-s-warning-600\/95 {
  border-inline-start-color: rgb(179 134 54 / 0.95);
}
.border-s-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}
.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\/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-active-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-t-active-100\/0 {
  border-top-color: rgb(185 230 184 / 0);
}
.border-t-active-100\/10 {
  border-top-color: rgb(185 230 184 / 0.1);
}
.border-t-active-100\/100 {
  border-top-color: rgb(185 230 184 / 1);
}
.border-t-active-100\/20 {
  border-top-color: rgb(185 230 184 / 0.2);
}
.border-t-active-100\/25 {
  border-top-color: rgb(185 230 184 / 0.25);
}
.border-t-active-100\/30 {
  border-top-color: rgb(185 230 184 / 0.3);
}
.border-t-active-100\/40 {
  border-top-color: rgb(185 230 184 / 0.4);
}
.border-t-active-100\/5 {
  border-top-color: rgb(185 230 184 / 0.05);
}
.border-t-active-100\/50 {
  border-top-color: rgb(185 230 184 / 0.5);
}
.border-t-active-100\/60 {
  border-top-color: rgb(185 230 184 / 0.6);
}
.border-t-active-100\/70 {
  border-top-color: rgb(185 230 184 / 0.7);
}
.border-t-active-100\/75 {
  border-top-color: rgb(185 230 184 / 0.75);
}
.border-t-active-100\/80 {
  border-top-color: rgb(185 230 184 / 0.8);
}
.border-t-active-100\/90 {
  border-top-color: rgb(185 230 184 / 0.9);
}
.border-t-active-100\/95 {
  border-top-color: rgb(185 230 184 / 0.95);
}
.border-t-active-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-t-active-200\/0 {
  border-top-color: rgb(159 219 157 / 0);
}
.border-t-active-200\/10 {
  border-top-color: rgb(159 219 157 / 0.1);
}
.border-t-active-200\/100 {
  border-top-color: rgb(159 219 157 / 1);
}
.border-t-active-200\/20 {
  border-top-color: rgb(159 219 157 / 0.2);
}
.border-t-active-200\/25 {
  border-top-color: rgb(159 219 157 / 0.25);
}
.border-t-active-200\/30 {
  border-top-color: rgb(159 219 157 / 0.3);
}
.border-t-active-200\/40 {
  border-top-color: rgb(159 219 157 / 0.4);
}
.border-t-active-200\/5 {
  border-top-color: rgb(159 219 157 / 0.05);
}
.border-t-active-200\/50 {
  border-top-color: rgb(159 219 157 / 0.5);
}
.border-t-active-200\/60 {
  border-top-color: rgb(159 219 157 / 0.6);
}
.border-t-active-200\/70 {
  border-top-color: rgb(159 219 157 / 0.7);
}
.border-t-active-200\/75 {
  border-top-color: rgb(159 219 157 / 0.75);
}
.border-t-active-200\/80 {
  border-top-color: rgb(159 219 157 / 0.8);
}
.border-t-active-200\/90 {
  border-top-color: rgb(159 219 157 / 0.9);
}
.border-t-active-200\/95 {
  border-top-color: rgb(159 219 157 / 0.95);
}
.border-t-active-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-t-active-400\/0 {
  border-top-color: rgb(106 197 103 / 0);
}
.border-t-active-400\/10 {
  border-top-color: rgb(106 197 103 / 0.1);
}
.border-t-active-400\/100 {
  border-top-color: rgb(106 197 103 / 1);
}
.border-t-active-400\/20 {
  border-top-color: rgb(106 197 103 / 0.2);
}
.border-t-active-400\/25 {
  border-top-color: rgb(106 197 103 / 0.25);
}
.border-t-active-400\/30 {
  border-top-color: rgb(106 197 103 / 0.3);
}
.border-t-active-400\/40 {
  border-top-color: rgb(106 197 103 / 0.4);
}
.border-t-active-400\/5 {
  border-top-color: rgb(106 197 103 / 0.05);
}
.border-t-active-400\/50 {
  border-top-color: rgb(106 197 103 / 0.5);
}
.border-t-active-400\/60 {
  border-top-color: rgb(106 197 103 / 0.6);
}
.border-t-active-400\/70 {
  border-top-color: rgb(106 197 103 / 0.7);
}
.border-t-active-400\/75 {
  border-top-color: rgb(106 197 103 / 0.75);
}
.border-t-active-400\/80 {
  border-top-color: rgb(106 197 103 / 0.8);
}
.border-t-active-400\/90 {
  border-top-color: rgb(106 197 103 / 0.9);
}
.border-t-active-400\/95 {
  border-top-color: rgb(106 197 103 / 0.95);
}
.border-t-active-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-t-active-50\/0 {
  border-top-color: rgb(212 241 211 / 0);
}
.border-t-active-50\/10 {
  border-top-color: rgb(212 241 211 / 0.1);
}
.border-t-active-50\/100 {
  border-top-color: rgb(212 241 211 / 1);
}
.border-t-active-50\/20 {
  border-top-color: rgb(212 241 211 / 0.2);
}
.border-t-active-50\/25 {
  border-top-color: rgb(212 241 211 / 0.25);
}
.border-t-active-50\/30 {
  border-top-color: rgb(212 241 211 / 0.3);
}
.border-t-active-50\/40 {
  border-top-color: rgb(212 241 211 / 0.4);
}
.border-t-active-50\/5 {
  border-top-color: rgb(212 241 211 / 0.05);
}
.border-t-active-50\/50 {
  border-top-color: rgb(212 241 211 / 0.5);
}
.border-t-active-50\/60 {
  border-top-color: rgb(212 241 211 / 0.6);
}
.border-t-active-50\/70 {
  border-top-color: rgb(212 241 211 / 0.7);
}
.border-t-active-50\/75 {
  border-top-color: rgb(212 241 211 / 0.75);
}
.border-t-active-50\/80 {
  border-top-color: rgb(212 241 211 / 0.8);
}
.border-t-active-50\/90 {
  border-top-color: rgb(212 241 211 / 0.9);
}
.border-t-active-50\/95 {
  border-top-color: rgb(212 241 211 / 0.95);
}
.border-t-active-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-t-active-600\/0 {
  border-top-color: rgb(54 175 49 / 0);
}
.border-t-active-600\/10 {
  border-top-color: rgb(54 175 49 / 0.1);
}
.border-t-active-600\/100 {
  border-top-color: rgb(54 175 49 / 1);
}
.border-t-active-600\/20 {
  border-top-color: rgb(54 175 49 / 0.2);
}
.border-t-active-600\/25 {
  border-top-color: rgb(54 175 49 / 0.25);
}
.border-t-active-600\/30 {
  border-top-color: rgb(54 175 49 / 0.3);
}
.border-t-active-600\/40 {
  border-top-color: rgb(54 175 49 / 0.4);
}
.border-t-active-600\/5 {
  border-top-color: rgb(54 175 49 / 0.05);
}
.border-t-active-600\/50 {
  border-top-color: rgb(54 175 49 / 0.5);
}
.border-t-active-600\/60 {
  border-top-color: rgb(54 175 49 / 0.6);
}
.border-t-active-600\/70 {
  border-top-color: rgb(54 175 49 / 0.7);
}
.border-t-active-600\/75 {
  border-top-color: rgb(54 175 49 / 0.75);
}
.border-t-active-600\/80 {
  border-top-color: rgb(54 175 49 / 0.8);
}
.border-t-active-600\/90 {
  border-top-color: rgb(54 175 49 / 0.9);
}
.border-t-active-600\/95 {
  border-top-color: rgb(54 175 49 / 0.95);
}
.border-t-amber-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 243 199 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 243 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 230 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 230 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(252 211 77 / 0.4);
}
.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\/60 {
  border-top-color: rgb(252 211 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(251 191 36 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 191 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(245 158 11 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 158 11 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(217 119 6 / 0.4);
}
.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\/60 {
  border-top-color: rgb(217 119 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(180 83 9 / 0.4);
}
.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\/60 {
  border-top-color: rgb(180 83 9 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(146 64 14 / 0.4);
}
.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\/60 {
  border-top-color: rgb(146 64 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(120 53 15 / 0.4);
}
.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\/60 {
  border-top-color: rgb(120 53 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(69 26 3 / 0.4);
}
.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\/60 {
  border-top-color: rgb(69 26 3 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-top-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-top-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-top-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-top-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 64 175 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-top-color: rgb(40 56 72 / var(--tw-border-opacity));
}
.border-t-blue-850\/0 {
  border-top-color: rgb(40 56 72 / 0);
}
.border-t-blue-850\/10 {
  border-top-color: rgb(40 56 72 / 0.1);
}
.border-t-blue-850\/100 {
  border-top-color: rgb(40 56 72 / 1);
}
.border-t-blue-850\/20 {
  border-top-color: rgb(40 56 72 / 0.2);
}
.border-t-blue-850\/25 {
  border-top-color: rgb(40 56 72 / 0.25);
}
.border-t-blue-850\/30 {
  border-top-color: rgb(40 56 72 / 0.3);
}
.border-t-blue-850\/40 {
  border-top-color: rgb(40 56 72 / 0.4);
}
.border-t-blue-850\/5 {
  border-top-color: rgb(40 56 72 / 0.05);
}
.border-t-blue-850\/50 {
  border-top-color: rgb(40 56 72 / 0.5);
}
.border-t-blue-850\/60 {
  border-top-color: rgb(40 56 72 / 0.6);
}
.border-t-blue-850\/70 {
  border-top-color: rgb(40 56 72 / 0.7);
}
.border-t-blue-850\/75 {
  border-top-color: rgb(40 56 72 / 0.75);
}
.border-t-blue-850\/80 {
  border-top-color: rgb(40 56 72 / 0.8);
}
.border-t-blue-850\/90 {
  border-top-color: rgb(40 56 72 / 0.9);
}
.border-t-blue-850\/95 {
  border-top-color: rgb(40 56 72 / 0.95);
}
.border-t-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-top-color: rgb(23 37 84 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(207 250 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(207 250 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(165 243 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(165 243 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(103 232 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(34 211 238 / 0.4);
}
.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\/60 {
  border-top-color: rgb(34 211 238 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(236 254 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 254 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(8 145 178 / 0.4);
}
.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\/60 {
  border-top-color: rgb(8 145 178 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(14 116 144 / 0.4);
}
.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\/60 {
  border-top-color: rgb(14 116 144 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  border-top-color: rgb(21 94 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(22 78 99 / 0.4);
}
.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\/60 {
  border-top-color: rgb(22 78 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(8 51 68 / 0.4);
}
.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\/60 {
  border-top-color: rgb(8 51 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(209 250 229 / 0.4);
}
.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\/60 {
  border-top-color: rgb(209 250 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(167 243 208 / 0.4);
}
.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\/60 {
  border-top-color: rgb(167 243 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  border-top-color: rgb(110 231 183 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(52 211 153 / 0.4);
}
.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\/60 {
  border-top-color: rgb(52 211 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(236 253 245 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 253 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(16 185 129 / 0.4);
}
.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\/60 {
  border-top-color: rgb(16 185 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(5 150 105 / 0.4);
}
.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\/60 {
  border-top-color: rgb(5 150 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(4 120 87 / 0.4);
}
.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\/60 {
  border-top-color: rgb(4 120 87 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  border-top-color: rgb(6 95 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(6 78 59 / 0.4);
}
.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\/60 {
  border-top-color: rgb(6 78 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(2 44 34 / 0.4);
}
.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\/60 {
  border-top-color: rgb(2 44 34 / 0.6);
}
.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\/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-error-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 177 177 / var(--tw-border-opacity));
}
.border-t-error-100\/0 {
  border-top-color: rgb(224 177 177 / 0);
}
.border-t-error-100\/10 {
  border-top-color: rgb(224 177 177 / 0.1);
}
.border-t-error-100\/100 {
  border-top-color: rgb(224 177 177 / 1);
}
.border-t-error-100\/20 {
  border-top-color: rgb(224 177 177 / 0.2);
}
.border-t-error-100\/25 {
  border-top-color: rgb(224 177 177 / 0.25);
}
.border-t-error-100\/30 {
  border-top-color: rgb(224 177 177 / 0.3);
}
.border-t-error-100\/40 {
  border-top-color: rgb(224 177 177 / 0.4);
}
.border-t-error-100\/5 {
  border-top-color: rgb(224 177 177 / 0.05);
}
.border-t-error-100\/50 {
  border-top-color: rgb(224 177 177 / 0.5);
}
.border-t-error-100\/60 {
  border-top-color: rgb(224 177 177 / 0.6);
}
.border-t-error-100\/70 {
  border-top-color: rgb(224 177 177 / 0.7);
}
.border-t-error-100\/75 {
  border-top-color: rgb(224 177 177 / 0.75);
}
.border-t-error-100\/80 {
  border-top-color: rgb(224 177 177 / 0.8);
}
.border-t-error-100\/90 {
  border-top-color: rgb(224 177 177 / 0.9);
}
.border-t-error-100\/95 {
  border-top-color: rgb(224 177 177 / 0.95);
}
.border-t-error-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(211 148 148 / var(--tw-border-opacity));
}
.border-t-error-200\/0 {
  border-top-color: rgb(211 148 148 / 0);
}
.border-t-error-200\/10 {
  border-top-color: rgb(211 148 148 / 0.1);
}
.border-t-error-200\/100 {
  border-top-color: rgb(211 148 148 / 1);
}
.border-t-error-200\/20 {
  border-top-color: rgb(211 148 148 / 0.2);
}
.border-t-error-200\/25 {
  border-top-color: rgb(211 148 148 / 0.25);
}
.border-t-error-200\/30 {
  border-top-color: rgb(211 148 148 / 0.3);
}
.border-t-error-200\/40 {
  border-top-color: rgb(211 148 148 / 0.4);
}
.border-t-error-200\/5 {
  border-top-color: rgb(211 148 148 / 0.05);
}
.border-t-error-200\/50 {
  border-top-color: rgb(211 148 148 / 0.5);
}
.border-t-error-200\/60 {
  border-top-color: rgb(211 148 148 / 0.6);
}
.border-t-error-200\/70 {
  border-top-color: rgb(211 148 148 / 0.7);
}
.border-t-error-200\/75 {
  border-top-color: rgb(211 148 148 / 0.75);
}
.border-t-error-200\/80 {
  border-top-color: rgb(211 148 148 / 0.8);
}
.border-t-error-200\/90 {
  border-top-color: rgb(211 148 148 / 0.9);
}
.border-t-error-200\/95 {
  border-top-color: rgb(211 148 148 / 0.95);
}
.border-t-error-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 103 103 / var(--tw-border-opacity));
}
.border-t-error-400\/0 {
  border-top-color: rgb(198 103 103 / 0);
}
.border-t-error-400\/10 {
  border-top-color: rgb(198 103 103 / 0.1);
}
.border-t-error-400\/100 {
  border-top-color: rgb(198 103 103 / 1);
}
.border-t-error-400\/20 {
  border-top-color: rgb(198 103 103 / 0.2);
}
.border-t-error-400\/25 {
  border-top-color: rgb(198 103 103 / 0.25);
}
.border-t-error-400\/30 {
  border-top-color: rgb(198 103 103 / 0.3);
}
.border-t-error-400\/40 {
  border-top-color: rgb(198 103 103 / 0.4);
}
.border-t-error-400\/5 {
  border-top-color: rgb(198 103 103 / 0.05);
}
.border-t-error-400\/50 {
  border-top-color: rgb(198 103 103 / 0.5);
}
.border-t-error-400\/60 {
  border-top-color: rgb(198 103 103 / 0.6);
}
.border-t-error-400\/70 {
  border-top-color: rgb(198 103 103 / 0.7);
}
.border-t-error-400\/75 {
  border-top-color: rgb(198 103 103 / 0.75);
}
.border-t-error-400\/80 {
  border-top-color: rgb(198 103 103 / 0.8);
}
.border-t-error-400\/90 {
  border-top-color: rgb(198 103 103 / 0.9);
}
.border-t-error-400\/95 {
  border-top-color: rgb(198 103 103 / 0.95);
}
.border-t-error-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 206 206 / var(--tw-border-opacity));
}
.border-t-error-50\/0 {
  border-top-color: rgb(237 206 206 / 0);
}
.border-t-error-50\/10 {
  border-top-color: rgb(237 206 206 / 0.1);
}
.border-t-error-50\/100 {
  border-top-color: rgb(237 206 206 / 1);
}
.border-t-error-50\/20 {
  border-top-color: rgb(237 206 206 / 0.2);
}
.border-t-error-50\/25 {
  border-top-color: rgb(237 206 206 / 0.25);
}
.border-t-error-50\/30 {
  border-top-color: rgb(237 206 206 / 0.3);
}
.border-t-error-50\/40 {
  border-top-color: rgb(237 206 206 / 0.4);
}
.border-t-error-50\/5 {
  border-top-color: rgb(237 206 206 / 0.05);
}
.border-t-error-50\/50 {
  border-top-color: rgb(237 206 206 / 0.5);
}
.border-t-error-50\/60 {
  border-top-color: rgb(237 206 206 / 0.6);
}
.border-t-error-50\/70 {
  border-top-color: rgb(237 206 206 / 0.7);
}
.border-t-error-50\/75 {
  border-top-color: rgb(237 206 206 / 0.75);
}
.border-t-error-50\/80 {
  border-top-color: rgb(237 206 206 / 0.8);
}
.border-t-error-50\/90 {
  border-top-color: rgb(237 206 206 / 0.9);
}
.border-t-error-50\/95 {
  border-top-color: rgb(237 206 206 / 0.95);
}
.border-t-error-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 58 58 / var(--tw-border-opacity));
}
.border-t-error-600\/0 {
  border-top-color: rgb(185 58 58 / 0);
}
.border-t-error-600\/10 {
  border-top-color: rgb(185 58 58 / 0.1);
}
.border-t-error-600\/100 {
  border-top-color: rgb(185 58 58 / 1);
}
.border-t-error-600\/20 {
  border-top-color: rgb(185 58 58 / 0.2);
}
.border-t-error-600\/25 {
  border-top-color: rgb(185 58 58 / 0.25);
}
.border-t-error-600\/30 {
  border-top-color: rgb(185 58 58 / 0.3);
}
.border-t-error-600\/40 {
  border-top-color: rgb(185 58 58 / 0.4);
}
.border-t-error-600\/5 {
  border-top-color: rgb(185 58 58 / 0.05);
}
.border-t-error-600\/50 {
  border-top-color: rgb(185 58 58 / 0.5);
}
.border-t-error-600\/60 {
  border-top-color: rgb(185 58 58 / 0.6);
}
.border-t-error-600\/70 {
  border-top-color: rgb(185 58 58 / 0.7);
}
.border-t-error-600\/75 {
  border-top-color: rgb(185 58 58 / 0.75);
}
.border-t-error-600\/80 {
  border-top-color: rgb(185 58 58 / 0.8);
}
.border-t-error-600\/90 {
  border-top-color: rgb(185 58 58 / 0.9);
}
.border-t-error-600\/95 {
  border-top-color: rgb(185 58 58 / 0.95);
}
.border-t-fuchsia-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 232 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(245 208 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 208 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 171 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(232 121 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(232 121 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 244 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 244 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(217 70 239 / 0.4);
}
.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\/60 {
  border-top-color: rgb(217 70 239 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(192 38 211 / 0.4);
}
.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\/60 {
  border-top-color: rgb(192 38 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(162 28 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(162 28 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  border-top-color: rgb(134 25 143 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(112 26 117 / 0.4);
}
.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\/60 {
  border-top-color: rgb(112 26 117 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(74 4 78 / 0.4);
}
.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\/60 {
  border-top-color: rgb(74 4 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-top-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-top-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-top-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-top-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-top-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-top-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-top-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-top-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-top-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-top-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-top-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-top-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-top-color: rgb(22 101 52 / 0.6);
}
.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\/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-850 {
  --tw-border-opacity: 1;
  border-top-color: rgb(73 89 70 / var(--tw-border-opacity));
}
.border-t-green-850\/0 {
  border-top-color: rgb(73 89 70 / 0);
}
.border-t-green-850\/10 {
  border-top-color: rgb(73 89 70 / 0.1);
}
.border-t-green-850\/100 {
  border-top-color: rgb(73 89 70 / 1);
}
.border-t-green-850\/20 {
  border-top-color: rgb(73 89 70 / 0.2);
}
.border-t-green-850\/25 {
  border-top-color: rgb(73 89 70 / 0.25);
}
.border-t-green-850\/30 {
  border-top-color: rgb(73 89 70 / 0.3);
}
.border-t-green-850\/40 {
  border-top-color: rgb(73 89 70 / 0.4);
}
.border-t-green-850\/5 {
  border-top-color: rgb(73 89 70 / 0.05);
}
.border-t-green-850\/50 {
  border-top-color: rgb(73 89 70 / 0.5);
}
.border-t-green-850\/60 {
  border-top-color: rgb(73 89 70 / 0.6);
}
.border-t-green-850\/70 {
  border-top-color: rgb(73 89 70 / 0.7);
}
.border-t-green-850\/75 {
  border-top-color: rgb(73 89 70 / 0.75);
}
.border-t-green-850\/80 {
  border-top-color: rgb(73 89 70 / 0.8);
}
.border-t-green-850\/90 {
  border-top-color: rgb(73 89 70 / 0.9);
}
.border-t-green-850\/95 {
  border-top-color: rgb(73 89 70 / 0.95);
}
.border-t-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-top-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-top-color: rgb(5 46 22 / 0.6);
}
.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\/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-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-t-grey-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
}
.border-t-grey-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
}
.border-t-grey-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
}
.border-t-grey-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
}
.border-t-grey-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
}
.border-t-grey-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
}
.border-t-grey-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
}
.border-t-grey-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
}
.border-t-grey-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
}
.border-t-grey-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
}
.border-t-grey-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
}
.border-t-grey-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
}
.border-t-grey-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
}
.border-t-grey-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
}
.border-t-grey-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
}
.border-t-grey-125 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 235 235 / var(--tw-border-opacity));
}
.border-t-grey-125\/0 {
  border-top-color: rgb(237 235 235 / 0);
}
.border-t-grey-125\/10 {
  border-top-color: rgb(237 235 235 / 0.1);
}
.border-t-grey-125\/100 {
  border-top-color: rgb(237 235 235 / 1);
}
.border-t-grey-125\/20 {
  border-top-color: rgb(237 235 235 / 0.2);
}
.border-t-grey-125\/25 {
  border-top-color: rgb(237 235 235 / 0.25);
}
.border-t-grey-125\/30 {
  border-top-color: rgb(237 235 235 / 0.3);
}
.border-t-grey-125\/40 {
  border-top-color: rgb(237 235 235 / 0.4);
}
.border-t-grey-125\/5 {
  border-top-color: rgb(237 235 235 / 0.05);
}
.border-t-grey-125\/50 {
  border-top-color: rgb(237 235 235 / 0.5);
}
.border-t-grey-125\/60 {
  border-top-color: rgb(237 235 235 / 0.6);
}
.border-t-grey-125\/70 {
  border-top-color: rgb(237 235 235 / 0.7);
}
.border-t-grey-125\/75 {
  border-top-color: rgb(237 235 235 / 0.75);
}
.border-t-grey-125\/80 {
  border-top-color: rgb(237 235 235 / 0.8);
}
.border-t-grey-125\/90 {
  border-top-color: rgb(237 235 235 / 0.9);
}
.border-t-grey-125\/95 {
  border-top-color: rgb(237 235 235 / 0.95);
}
.border-t-grey-150 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-t-grey-150\/0 {
  border-top-color: rgb(220 220 220 / 0);
}
.border-t-grey-150\/10 {
  border-top-color: rgb(220 220 220 / 0.1);
}
.border-t-grey-150\/100 {
  border-top-color: rgb(220 220 220 / 1);
}
.border-t-grey-150\/20 {
  border-top-color: rgb(220 220 220 / 0.2);
}
.border-t-grey-150\/25 {
  border-top-color: rgb(220 220 220 / 0.25);
}
.border-t-grey-150\/30 {
  border-top-color: rgb(220 220 220 / 0.3);
}
.border-t-grey-150\/40 {
  border-top-color: rgb(220 220 220 / 0.4);
}
.border-t-grey-150\/5 {
  border-top-color: rgb(220 220 220 / 0.05);
}
.border-t-grey-150\/50 {
  border-top-color: rgb(220 220 220 / 0.5);
}
.border-t-grey-150\/60 {
  border-top-color: rgb(220 220 220 / 0.6);
}
.border-t-grey-150\/70 {
  border-top-color: rgb(220 220 220 / 0.7);
}
.border-t-grey-150\/75 {
  border-top-color: rgb(220 220 220 / 0.75);
}
.border-t-grey-150\/80 {
  border-top-color: rgb(220 220 220 / 0.8);
}
.border-t-grey-150\/90 {
  border-top-color: rgb(220 220 220 / 0.9);
}
.border-t-grey-150\/95 {
  border-top-color: rgb(220 220 220 / 0.95);
}
.border-t-grey-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-t-grey-200\/0 {
  border-top-color: rgb(201 201 201 / 0);
}
.border-t-grey-200\/10 {
  border-top-color: rgb(201 201 201 / 0.1);
}
.border-t-grey-200\/100 {
  border-top-color: rgb(201 201 201 / 1);
}
.border-t-grey-200\/20 {
  border-top-color: rgb(201 201 201 / 0.2);
}
.border-t-grey-200\/25 {
  border-top-color: rgb(201 201 201 / 0.25);
}
.border-t-grey-200\/30 {
  border-top-color: rgb(201 201 201 / 0.3);
}
.border-t-grey-200\/40 {
  border-top-color: rgb(201 201 201 / 0.4);
}
.border-t-grey-200\/5 {
  border-top-color: rgb(201 201 201 / 0.05);
}
.border-t-grey-200\/50 {
  border-top-color: rgb(201 201 201 / 0.5);
}
.border-t-grey-200\/60 {
  border-top-color: rgb(201 201 201 / 0.6);
}
.border-t-grey-200\/70 {
  border-top-color: rgb(201 201 201 / 0.7);
}
.border-t-grey-200\/75 {
  border-top-color: rgb(201 201 201 / 0.75);
}
.border-t-grey-200\/80 {
  border-top-color: rgb(201 201 201 / 0.8);
}
.border-t-grey-200\/90 {
  border-top-color: rgb(201 201 201 / 0.9);
}
.border-t-grey-200\/95 {
  border-top-color: rgb(201 201 201 / 0.95);
}
.border-t-grey-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.border-t-grey-300\/0 {
  border-top-color: rgb(183 183 183 / 0);
}
.border-t-grey-300\/10 {
  border-top-color: rgb(183 183 183 / 0.1);
}
.border-t-grey-300\/100 {
  border-top-color: rgb(183 183 183 / 1);
}
.border-t-grey-300\/20 {
  border-top-color: rgb(183 183 183 / 0.2);
}
.border-t-grey-300\/25 {
  border-top-color: rgb(183 183 183 / 0.25);
}
.border-t-grey-300\/30 {
  border-top-color: rgb(183 183 183 / 0.3);
}
.border-t-grey-300\/40 {
  border-top-color: rgb(183 183 183 / 0.4);
}
.border-t-grey-300\/5 {
  border-top-color: rgb(183 183 183 / 0.05);
}
.border-t-grey-300\/50 {
  border-top-color: rgb(183 183 183 / 0.5);
}
.border-t-grey-300\/60 {
  border-top-color: rgb(183 183 183 / 0.6);
}
.border-t-grey-300\/70 {
  border-top-color: rgb(183 183 183 / 0.7);
}
.border-t-grey-300\/75 {
  border-top-color: rgb(183 183 183 / 0.75);
}
.border-t-grey-300\/80 {
  border-top-color: rgb(183 183 183 / 0.8);
}
.border-t-grey-300\/90 {
  border-top-color: rgb(183 183 183 / 0.9);
}
.border-t-grey-300\/95 {
  border-top-color: rgb(183 183 183 / 0.95);
}
.border-t-grey-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-t-grey-400\/0 {
  border-top-color: rgb(218 218 218 / 0);
}
.border-t-grey-400\/10 {
  border-top-color: rgb(218 218 218 / 0.1);
}
.border-t-grey-400\/100 {
  border-top-color: rgb(218 218 218 / 1);
}
.border-t-grey-400\/20 {
  border-top-color: rgb(218 218 218 / 0.2);
}
.border-t-grey-400\/25 {
  border-top-color: rgb(218 218 218 / 0.25);
}
.border-t-grey-400\/30 {
  border-top-color: rgb(218 218 218 / 0.3);
}
.border-t-grey-400\/40 {
  border-top-color: rgb(218 218 218 / 0.4);
}
.border-t-grey-400\/5 {
  border-top-color: rgb(218 218 218 / 0.05);
}
.border-t-grey-400\/50 {
  border-top-color: rgb(218 218 218 / 0.5);
}
.border-t-grey-400\/60 {
  border-top-color: rgb(218 218 218 / 0.6);
}
.border-t-grey-400\/70 {
  border-top-color: rgb(218 218 218 / 0.7);
}
.border-t-grey-400\/75 {
  border-top-color: rgb(218 218 218 / 0.75);
}
.border-t-grey-400\/80 {
  border-top-color: rgb(218 218 218 / 0.8);
}
.border-t-grey-400\/90 {
  border-top-color: rgb(218 218 218 / 0.9);
}
.border-t-grey-400\/95 {
  border-top-color: rgb(218 218 218 / 0.95);
}
.border-t-grey-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 254 254 / var(--tw-border-opacity));
}
.border-t-grey-50\/0 {
  border-top-color: rgb(254 254 254 / 0);
}
.border-t-grey-50\/10 {
  border-top-color: rgb(254 254 254 / 0.1);
}
.border-t-grey-50\/100 {
  border-top-color: rgb(254 254 254 / 1);
}
.border-t-grey-50\/20 {
  border-top-color: rgb(254 254 254 / 0.2);
}
.border-t-grey-50\/25 {
  border-top-color: rgb(254 254 254 / 0.25);
}
.border-t-grey-50\/30 {
  border-top-color: rgb(254 254 254 / 0.3);
}
.border-t-grey-50\/40 {
  border-top-color: rgb(254 254 254 / 0.4);
}
.border-t-grey-50\/5 {
  border-top-color: rgb(254 254 254 / 0.05);
}
.border-t-grey-50\/50 {
  border-top-color: rgb(254 254 254 / 0.5);
}
.border-t-grey-50\/60 {
  border-top-color: rgb(254 254 254 / 0.6);
}
.border-t-grey-50\/70 {
  border-top-color: rgb(254 254 254 / 0.7);
}
.border-t-grey-50\/75 {
  border-top-color: rgb(254 254 254 / 0.75);
}
.border-t-grey-50\/80 {
  border-top-color: rgb(254 254 254 / 0.8);
}
.border-t-grey-50\/90 {
  border-top-color: rgb(254 254 254 / 0.9);
}
.border-t-grey-50\/95 {
  border-top-color: rgb(254 254 254 / 0.95);
}
.border-t-grey-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-t-grey-500\/0 {
  border-top-color: rgb(142 142 142 / 0);
}
.border-t-grey-500\/10 {
  border-top-color: rgb(142 142 142 / 0.1);
}
.border-t-grey-500\/100 {
  border-top-color: rgb(142 142 142 / 1);
}
.border-t-grey-500\/20 {
  border-top-color: rgb(142 142 142 / 0.2);
}
.border-t-grey-500\/25 {
  border-top-color: rgb(142 142 142 / 0.25);
}
.border-t-grey-500\/30 {
  border-top-color: rgb(142 142 142 / 0.3);
}
.border-t-grey-500\/40 {
  border-top-color: rgb(142 142 142 / 0.4);
}
.border-t-grey-500\/5 {
  border-top-color: rgb(142 142 142 / 0.05);
}
.border-t-grey-500\/50 {
  border-top-color: rgb(142 142 142 / 0.5);
}
.border-t-grey-500\/60 {
  border-top-color: rgb(142 142 142 / 0.6);
}
.border-t-grey-500\/70 {
  border-top-color: rgb(142 142 142 / 0.7);
}
.border-t-grey-500\/75 {
  border-top-color: rgb(142 142 142 / 0.75);
}
.border-t-grey-500\/80 {
  border-top-color: rgb(142 142 142 / 0.8);
}
.border-t-grey-500\/90 {
  border-top-color: rgb(142 142 142 / 0.9);
}
.border-t-grey-500\/95 {
  border-top-color: rgb(142 142 142 / 0.95);
}
.border-t-grey-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(111 111 111 / var(--tw-border-opacity));
}
.border-t-grey-600\/0 {
  border-top-color: rgb(111 111 111 / 0);
}
.border-t-grey-600\/10 {
  border-top-color: rgb(111 111 111 / 0.1);
}
.border-t-grey-600\/100 {
  border-top-color: rgb(111 111 111 / 1);
}
.border-t-grey-600\/20 {
  border-top-color: rgb(111 111 111 / 0.2);
}
.border-t-grey-600\/25 {
  border-top-color: rgb(111 111 111 / 0.25);
}
.border-t-grey-600\/30 {
  border-top-color: rgb(111 111 111 / 0.3);
}
.border-t-grey-600\/40 {
  border-top-color: rgb(111 111 111 / 0.4);
}
.border-t-grey-600\/5 {
  border-top-color: rgb(111 111 111 / 0.05);
}
.border-t-grey-600\/50 {
  border-top-color: rgb(111 111 111 / 0.5);
}
.border-t-grey-600\/60 {
  border-top-color: rgb(111 111 111 / 0.6);
}
.border-t-grey-600\/70 {
  border-top-color: rgb(111 111 111 / 0.7);
}
.border-t-grey-600\/75 {
  border-top-color: rgb(111 111 111 / 0.75);
}
.border-t-grey-600\/80 {
  border-top-color: rgb(111 111 111 / 0.8);
}
.border-t-grey-600\/90 {
  border-top-color: rgb(111 111 111 / 0.9);
}
.border-t-grey-600\/95 {
  border-top-color: rgb(111 111 111 / 0.95);
}
.border-t-grey-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-t-grey-700\/0 {
  border-top-color: rgb(82 82 82 / 0);
}
.border-t-grey-700\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
}
.border-t-grey-700\/100 {
  border-top-color: rgb(82 82 82 / 1);
}
.border-t-grey-700\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
}
.border-t-grey-700\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
}
.border-t-grey-700\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
}
.border-t-grey-700\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
}
.border-t-grey-700\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
}
.border-t-grey-700\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
}
.border-t-grey-700\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
}
.border-t-grey-700\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
}
.border-t-grey-700\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
}
.border-t-grey-700\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
}
.border-t-grey-700\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
}
.border-t-grey-700\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
}
.border-t-grey-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 53 53 / var(--tw-border-opacity));
}
.border-t-grey-800\/0 {
  border-top-color: rgb(53 53 53 / 0);
}
.border-t-grey-800\/10 {
  border-top-color: rgb(53 53 53 / 0.1);
}
.border-t-grey-800\/100 {
  border-top-color: rgb(53 53 53 / 1);
}
.border-t-grey-800\/20 {
  border-top-color: rgb(53 53 53 / 0.2);
}
.border-t-grey-800\/25 {
  border-top-color: rgb(53 53 53 / 0.25);
}
.border-t-grey-800\/30 {
  border-top-color: rgb(53 53 53 / 0.3);
}
.border-t-grey-800\/40 {
  border-top-color: rgb(53 53 53 / 0.4);
}
.border-t-grey-800\/5 {
  border-top-color: rgb(53 53 53 / 0.05);
}
.border-t-grey-800\/50 {
  border-top-color: rgb(53 53 53 / 0.5);
}
.border-t-grey-800\/60 {
  border-top-color: rgb(53 53 53 / 0.6);
}
.border-t-grey-800\/70 {
  border-top-color: rgb(53 53 53 / 0.7);
}
.border-t-grey-800\/75 {
  border-top-color: rgb(53 53 53 / 0.75);
}
.border-t-grey-800\/80 {
  border-top-color: rgb(53 53 53 / 0.8);
}
.border-t-grey-800\/90 {
  border-top-color: rgb(53 53 53 / 0.9);
}
.border-t-grey-800\/95 {
  border-top-color: rgb(53 53 53 / 0.95);
}
.border-t-grey-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-t-grey-900\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-grey-900\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-grey-900\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-grey-900\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-grey-900\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-grey-900\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-grey-900\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-grey-900\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-grey-900\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-grey-900\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-grey-900\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-grey-900\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-grey-900\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-grey-900\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-grey-900\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-top-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-top-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-top-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-top-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-top-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-top-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 27 75 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(236 252 203 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 252 203 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(217 249 157 / 0.4);
}
.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\/60 {
  border-top-color: rgb(217 249 157 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  border-top-color: rgb(190 242 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(163 230 53 / 0.4);
}
.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\/60 {
  border-top-color: rgb(163 230 53 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(247 254 231 / 0.4);
}
.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\/60 {
  border-top-color: rgb(247 254 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(132 204 22 / 0.4);
}
.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\/60 {
  border-top-color: rgb(132 204 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(101 163 13 / 0.4);
}
.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\/60 {
  border-top-color: rgb(101 163 13 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(77 124 15 / 0.4);
}
.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\/60 {
  border-top-color: rgb(77 124 15 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(63 98 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(54 83 20 / 0.4);
}
.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\/60 {
  border-top-color: rgb(54 83 20 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(26 46 5 / 0.4);
}
.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\/60 {
  border-top-color: rgb(26 46 5 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
}
.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\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
}
.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\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
}
.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\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
}
.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\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.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\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
}
.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\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
}
.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\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
}
.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\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(255 237 213 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 237 213 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 215 170 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 215 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 186 116 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 186 116 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(255 247 237 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 247 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(249 115 22 / 0.4);
}
.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\/60 {
  border-top-color: rgb(249 115 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(234 88 12 / 0.4);
}
.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\/60 {
  border-top-color: rgb(234 88 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(194 65 12 / 0.4);
}
.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\/60 {
  border-top-color: rgb(194 65 12 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(154 52 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(154 52 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(124 45 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(124 45 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(67 20 7 / 0.4);
}
.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\/60 {
  border-top-color: rgb(67 20 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-top-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-top-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-top-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-top-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-top-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-top-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-top-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-top-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(27 218 46 / var(--tw-border-opacity));
}
.border-t-primary-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-t-primary-hover\/0 {
  border-top-color: rgb(205 243 208 / 0);
}
.border-t-primary-hover\/10 {
  border-top-color: rgb(205 243 208 / 0.1);
}
.border-t-primary-hover\/100 {
  border-top-color: rgb(205 243 208 / 1);
}
.border-t-primary-hover\/20 {
  border-top-color: rgb(205 243 208 / 0.2);
}
.border-t-primary-hover\/25 {
  border-top-color: rgb(205 243 208 / 0.25);
}
.border-t-primary-hover\/30 {
  border-top-color: rgb(205 243 208 / 0.3);
}
.border-t-primary-hover\/40 {
  border-top-color: rgb(205 243 208 / 0.4);
}
.border-t-primary-hover\/5 {
  border-top-color: rgb(205 243 208 / 0.05);
}
.border-t-primary-hover\/50 {
  border-top-color: rgb(205 243 208 / 0.5);
}
.border-t-primary-hover\/60 {
  border-top-color: rgb(205 243 208 / 0.6);
}
.border-t-primary-hover\/70 {
  border-top-color: rgb(205 243 208 / 0.7);
}
.border-t-primary-hover\/75 {
  border-top-color: rgb(205 243 208 / 0.75);
}
.border-t-primary-hover\/80 {
  border-top-color: rgb(205 243 208 / 0.8);
}
.border-t-primary-hover\/90 {
  border-top-color: rgb(205 243 208 / 0.9);
}
.border-t-primary-hover\/95 {
  border-top-color: rgb(205 243 208 / 0.95);
}
.border-t-primary\/0 {
  border-top-color: rgb(27 218 46 / 0);
}
.border-t-primary\/10 {
  border-top-color: rgb(27 218 46 / 0.1);
}
.border-t-primary\/100 {
  border-top-color: rgb(27 218 46 / 1);
}
.border-t-primary\/20 {
  border-top-color: rgb(27 218 46 / 0.2);
}
.border-t-primary\/25 {
  border-top-color: rgb(27 218 46 / 0.25);
}
.border-t-primary\/30 {
  border-top-color: rgb(27 218 46 / 0.3);
}
.border-t-primary\/40 {
  border-top-color: rgb(27 218 46 / 0.4);
}
.border-t-primary\/5 {
  border-top-color: rgb(27 218 46 / 0.05);
}
.border-t-primary\/50 {
  border-top-color: rgb(27 218 46 / 0.5);
}
.border-t-primary\/60 {
  border-top-color: rgb(27 218 46 / 0.6);
}
.border-t-primary\/70 {
  border-top-color: rgb(27 218 46 / 0.7);
}
.border-t-primary\/75 {
  border-top-color: rgb(27 218 46 / 0.75);
}
.border-t-primary\/80 {
  border-top-color: rgb(27 218 46 / 0.8);
}
.border-t-primary\/90 {
  border-top-color: rgb(27 218 46 / 0.9);
}
.border-t-primary\/95 {
  border-top-color: rgb(27 218 46 / 0.95);
}
.border-t-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-top-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-top-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-top-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-top-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-top-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-top-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(255 228 230 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 228 230 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 205 211 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 205 211 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 164 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(251 113 133 / 0.4);
}
.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\/60 {
  border-top-color: rgb(251 113 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(255 241 242 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 241 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(244 63 94 / 0.4);
}
.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\/60 {
  border-top-color: rgb(244 63 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(225 29 72 / 0.4);
}
.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\/60 {
  border-top-color: rgb(225 29 72 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(190 18 60 / 0.4);
}
.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\/60 {
  border-top-color: rgb(190 18 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  border-top-color: rgb(159 18 57 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(136 19 55 / 0.4);
}
.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\/60 {
  border-top-color: rgb(136 19 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(76 5 25 / 0.4);
}
.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\/60 {
  border-top-color: rgb(76 5 25 / 0.6);
}
.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\/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-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 243 208 / var(--tw-border-opacity));
}
.border-t-secondary\/0 {
  border-top-color: rgb(205 243 208 / 0);
}
.border-t-secondary\/10 {
  border-top-color: rgb(205 243 208 / 0.1);
}
.border-t-secondary\/100 {
  border-top-color: rgb(205 243 208 / 1);
}
.border-t-secondary\/20 {
  border-top-color: rgb(205 243 208 / 0.2);
}
.border-t-secondary\/25 {
  border-top-color: rgb(205 243 208 / 0.25);
}
.border-t-secondary\/30 {
  border-top-color: rgb(205 243 208 / 0.3);
}
.border-t-secondary\/40 {
  border-top-color: rgb(205 243 208 / 0.4);
}
.border-t-secondary\/5 {
  border-top-color: rgb(205 243 208 / 0.05);
}
.border-t-secondary\/50 {
  border-top-color: rgb(205 243 208 / 0.5);
}
.border-t-secondary\/60 {
  border-top-color: rgb(205 243 208 / 0.6);
}
.border-t-secondary\/70 {
  border-top-color: rgb(205 243 208 / 0.7);
}
.border-t-secondary\/75 {
  border-top-color: rgb(205 243 208 / 0.75);
}
.border-t-secondary\/80 {
  border-top-color: rgb(205 243 208 / 0.8);
}
.border-t-secondary\/90 {
  border-top-color: rgb(205 243 208 / 0.9);
}
.border-t-secondary\/95 {
  border-top-color: rgb(205 243 208 / 0.95);
}
.border-t-sky-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(224 242 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(224 242 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(186 230 253 / 0.4);
}
.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\/60 {
  border-top-color: rgb(186 230 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(125 211 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(56 189 248 / 0.4);
}
.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\/60 {
  border-top-color: rgb(56 189 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(14 165 233 / 0.4);
}
.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\/60 {
  border-top-color: rgb(14 165 233 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(2 132 199 / 0.4);
}
.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\/60 {
  border-top-color: rgb(2 132 199 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(3 105 161 / 0.4);
}
.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\/60 {
  border-top-color: rgb(3 105 161 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  border-top-color: rgb(7 89 133 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(12 74 110 / 0.4);
}
.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\/60 {
  border-top-color: rgb(12 74 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(8 47 73 / 0.4);
}
.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\/60 {
  border-top-color: rgb(8 47 73 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(241 245 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(241 245 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(226 232 240 / 0.4);
}
.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\/60 {
  border-top-color: rgb(226 232 240 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(203 213 225 / 0.4);
}
.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\/60 {
  border-top-color: rgb(203 213 225 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(148 163 184 / 0.4);
}
.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\/60 {
  border-top-color: rgb(148 163 184 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(248 250 252 / 0.4);
}
.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\/60 {
  border-top-color: rgb(248 250 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(100 116 139 / 0.4);
}
.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\/60 {
  border-top-color: rgb(100 116 139 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(71 85 105 / 0.4);
}
.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\/60 {
  border-top-color: rgb(71 85 105 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(51 65 85 / 0.4);
}
.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\/60 {
  border-top-color: rgb(51 65 85 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(30 41 59 / 0.4);
}
.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\/60 {
  border-top-color: rgb(30 41 59 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(15 23 42 / 0.4);
}
.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\/60 {
  border-top-color: rgb(15 23 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(2 6 23 / 0.4);
}
.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\/60 {
  border-top-color: rgb(2 6 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(245 245 244 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 245 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(231 229 228 / 0.4);
}
.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\/60 {
  border-top-color: rgb(231 229 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(214 211 209 / 0.4);
}
.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\/60 {
  border-top-color: rgb(214 211 209 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(168 162 158 / 0.4);
}
.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\/60 {
  border-top-color: rgb(168 162 158 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(250 250 249 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 250 249 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(120 113 108 / 0.4);
}
.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\/60 {
  border-top-color: rgb(120 113 108 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(87 83 78 / 0.4);
}
.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\/60 {
  border-top-color: rgb(87 83 78 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(68 64 60 / 0.4);
}
.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\/60 {
  border-top-color: rgb(68 64 60 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(41 37 36 / 0.4);
}
.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\/60 {
  border-top-color: rgb(41 37 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(28 25 23 / 0.4);
}
.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\/60 {
  border-top-color: rgb(28 25 23 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(12 10 9 / 0.4);
}
.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\/60 {
  border-top-color: rgb(12 10 9 / 0.6);
}
.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\/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-success-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 230 184 / var(--tw-border-opacity));
}
.border-t-success-100\/0 {
  border-top-color: rgb(185 230 184 / 0);
}
.border-t-success-100\/10 {
  border-top-color: rgb(185 230 184 / 0.1);
}
.border-t-success-100\/100 {
  border-top-color: rgb(185 230 184 / 1);
}
.border-t-success-100\/20 {
  border-top-color: rgb(185 230 184 / 0.2);
}
.border-t-success-100\/25 {
  border-top-color: rgb(185 230 184 / 0.25);
}
.border-t-success-100\/30 {
  border-top-color: rgb(185 230 184 / 0.3);
}
.border-t-success-100\/40 {
  border-top-color: rgb(185 230 184 / 0.4);
}
.border-t-success-100\/5 {
  border-top-color: rgb(185 230 184 / 0.05);
}
.border-t-success-100\/50 {
  border-top-color: rgb(185 230 184 / 0.5);
}
.border-t-success-100\/60 {
  border-top-color: rgb(185 230 184 / 0.6);
}
.border-t-success-100\/70 {
  border-top-color: rgb(185 230 184 / 0.7);
}
.border-t-success-100\/75 {
  border-top-color: rgb(185 230 184 / 0.75);
}
.border-t-success-100\/80 {
  border-top-color: rgb(185 230 184 / 0.8);
}
.border-t-success-100\/90 {
  border-top-color: rgb(185 230 184 / 0.9);
}
.border-t-success-100\/95 {
  border-top-color: rgb(185 230 184 / 0.95);
}
.border-t-success-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 219 157 / var(--tw-border-opacity));
}
.border-t-success-200\/0 {
  border-top-color: rgb(159 219 157 / 0);
}
.border-t-success-200\/10 {
  border-top-color: rgb(159 219 157 / 0.1);
}
.border-t-success-200\/100 {
  border-top-color: rgb(159 219 157 / 1);
}
.border-t-success-200\/20 {
  border-top-color: rgb(159 219 157 / 0.2);
}
.border-t-success-200\/25 {
  border-top-color: rgb(159 219 157 / 0.25);
}
.border-t-success-200\/30 {
  border-top-color: rgb(159 219 157 / 0.3);
}
.border-t-success-200\/40 {
  border-top-color: rgb(159 219 157 / 0.4);
}
.border-t-success-200\/5 {
  border-top-color: rgb(159 219 157 / 0.05);
}
.border-t-success-200\/50 {
  border-top-color: rgb(159 219 157 / 0.5);
}
.border-t-success-200\/60 {
  border-top-color: rgb(159 219 157 / 0.6);
}
.border-t-success-200\/70 {
  border-top-color: rgb(159 219 157 / 0.7);
}
.border-t-success-200\/75 {
  border-top-color: rgb(159 219 157 / 0.75);
}
.border-t-success-200\/80 {
  border-top-color: rgb(159 219 157 / 0.8);
}
.border-t-success-200\/90 {
  border-top-color: rgb(159 219 157 / 0.9);
}
.border-t-success-200\/95 {
  border-top-color: rgb(159 219 157 / 0.95);
}
.border-t-success-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(106 197 103 / var(--tw-border-opacity));
}
.border-t-success-400\/0 {
  border-top-color: rgb(106 197 103 / 0);
}
.border-t-success-400\/10 {
  border-top-color: rgb(106 197 103 / 0.1);
}
.border-t-success-400\/100 {
  border-top-color: rgb(106 197 103 / 1);
}
.border-t-success-400\/20 {
  border-top-color: rgb(106 197 103 / 0.2);
}
.border-t-success-400\/25 {
  border-top-color: rgb(106 197 103 / 0.25);
}
.border-t-success-400\/30 {
  border-top-color: rgb(106 197 103 / 0.3);
}
.border-t-success-400\/40 {
  border-top-color: rgb(106 197 103 / 0.4);
}
.border-t-success-400\/5 {
  border-top-color: rgb(106 197 103 / 0.05);
}
.border-t-success-400\/50 {
  border-top-color: rgb(106 197 103 / 0.5);
}
.border-t-success-400\/60 {
  border-top-color: rgb(106 197 103 / 0.6);
}
.border-t-success-400\/70 {
  border-top-color: rgb(106 197 103 / 0.7);
}
.border-t-success-400\/75 {
  border-top-color: rgb(106 197 103 / 0.75);
}
.border-t-success-400\/80 {
  border-top-color: rgb(106 197 103 / 0.8);
}
.border-t-success-400\/90 {
  border-top-color: rgb(106 197 103 / 0.9);
}
.border-t-success-400\/95 {
  border-top-color: rgb(106 197 103 / 0.95);
}
.border-t-success-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 241 211 / var(--tw-border-opacity));
}
.border-t-success-50\/0 {
  border-top-color: rgb(212 241 211 / 0);
}
.border-t-success-50\/10 {
  border-top-color: rgb(212 241 211 / 0.1);
}
.border-t-success-50\/100 {
  border-top-color: rgb(212 241 211 / 1);
}
.border-t-success-50\/20 {
  border-top-color: rgb(212 241 211 / 0.2);
}
.border-t-success-50\/25 {
  border-top-color: rgb(212 241 211 / 0.25);
}
.border-t-success-50\/30 {
  border-top-color: rgb(212 241 211 / 0.3);
}
.border-t-success-50\/40 {
  border-top-color: rgb(212 241 211 / 0.4);
}
.border-t-success-50\/5 {
  border-top-color: rgb(212 241 211 / 0.05);
}
.border-t-success-50\/50 {
  border-top-color: rgb(212 241 211 / 0.5);
}
.border-t-success-50\/60 {
  border-top-color: rgb(212 241 211 / 0.6);
}
.border-t-success-50\/70 {
  border-top-color: rgb(212 241 211 / 0.7);
}
.border-t-success-50\/75 {
  border-top-color: rgb(212 241 211 / 0.75);
}
.border-t-success-50\/80 {
  border-top-color: rgb(212 241 211 / 0.8);
}
.border-t-success-50\/90 {
  border-top-color: rgb(212 241 211 / 0.9);
}
.border-t-success-50\/95 {
  border-top-color: rgb(212 241 211 / 0.95);
}
.border-t-success-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 175 49 / var(--tw-border-opacity));
}
.border-t-success-600\/0 {
  border-top-color: rgb(54 175 49 / 0);
}
.border-t-success-600\/10 {
  border-top-color: rgb(54 175 49 / 0.1);
}
.border-t-success-600\/100 {
  border-top-color: rgb(54 175 49 / 1);
}
.border-t-success-600\/20 {
  border-top-color: rgb(54 175 49 / 0.2);
}
.border-t-success-600\/25 {
  border-top-color: rgb(54 175 49 / 0.25);
}
.border-t-success-600\/30 {
  border-top-color: rgb(54 175 49 / 0.3);
}
.border-t-success-600\/40 {
  border-top-color: rgb(54 175 49 / 0.4);
}
.border-t-success-600\/5 {
  border-top-color: rgb(54 175 49 / 0.05);
}
.border-t-success-600\/50 {
  border-top-color: rgb(54 175 49 / 0.5);
}
.border-t-success-600\/60 {
  border-top-color: rgb(54 175 49 / 0.6);
}
.border-t-success-600\/70 {
  border-top-color: rgb(54 175 49 / 0.7);
}
.border-t-success-600\/75 {
  border-top-color: rgb(54 175 49 / 0.75);
}
.border-t-success-600\/80 {
  border-top-color: rgb(54 175 49 / 0.8);
}
.border-t-success-600\/90 {
  border-top-color: rgb(54 175 49 / 0.9);
}
.border-t-success-600\/95 {
  border-top-color: rgb(54 175 49 / 0.95);
}
.border-t-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(204 251 241 / 0.4);
}
.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\/60 {
  border-top-color: rgb(204 251 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(153 246 228 / 0.4);
}
.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\/60 {
  border-top-color: rgb(153 246 228 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(94 234 212 / 0.4);
}
.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\/60 {
  border-top-color: rgb(94 234 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(45 212 191 / 0.4);
}
.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\/60 {
  border-top-color: rgb(45 212 191 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(240 253 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(240 253 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(20 184 166 / 0.4);
}
.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\/60 {
  border-top-color: rgb(20 184 166 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(13 148 136 / 0.4);
}
.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\/60 {
  border-top-color: rgb(13 148 136 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(15 118 110 / 0.4);
}
.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\/60 {
  border-top-color: rgb(15 118 110 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(17 94 89 / 0.4);
}
.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\/60 {
  border-top-color: rgb(17 94 89 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(19 78 74 / 0.4);
}
.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\/60 {
  border-top-color: rgb(19 78 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(4 47 46 / 0.4);
}
.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\/60 {
  border-top-color: rgb(4 47 46 / 0.6);
}
.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\/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-tertiary {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 88 72 / var(--tw-border-opacity));
}
.border-t-tertiary-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(177 188 174 / var(--tw-border-opacity));
}
.border-t-tertiary-hover\/0 {
  border-top-color: rgb(177 188 174 / 0);
}
.border-t-tertiary-hover\/10 {
  border-top-color: rgb(177 188 174 / 0.1);
}
.border-t-tertiary-hover\/100 {
  border-top-color: rgb(177 188 174 / 1);
}
.border-t-tertiary-hover\/20 {
  border-top-color: rgb(177 188 174 / 0.2);
}
.border-t-tertiary-hover\/25 {
  border-top-color: rgb(177 188 174 / 0.25);
}
.border-t-tertiary-hover\/30 {
  border-top-color: rgb(177 188 174 / 0.3);
}
.border-t-tertiary-hover\/40 {
  border-top-color: rgb(177 188 174 / 0.4);
}
.border-t-tertiary-hover\/5 {
  border-top-color: rgb(177 188 174 / 0.05);
}
.border-t-tertiary-hover\/50 {
  border-top-color: rgb(177 188 174 / 0.5);
}
.border-t-tertiary-hover\/60 {
  border-top-color: rgb(177 188 174 / 0.6);
}
.border-t-tertiary-hover\/70 {
  border-top-color: rgb(177 188 174 / 0.7);
}
.border-t-tertiary-hover\/75 {
  border-top-color: rgb(177 188 174 / 0.75);
}
.border-t-tertiary-hover\/80 {
  border-top-color: rgb(177 188 174 / 0.8);
}
.border-t-tertiary-hover\/90 {
  border-top-color: rgb(177 188 174 / 0.9);
}
.border-t-tertiary-hover\/95 {
  border-top-color: rgb(177 188 174 / 0.95);
}
.border-t-tertiary\/0 {
  border-top-color: rgb(76 88 72 / 0);
}
.border-t-tertiary\/10 {
  border-top-color: rgb(76 88 72 / 0.1);
}
.border-t-tertiary\/100 {
  border-top-color: rgb(76 88 72 / 1);
}
.border-t-tertiary\/20 {
  border-top-color: rgb(76 88 72 / 0.2);
}
.border-t-tertiary\/25 {
  border-top-color: rgb(76 88 72 / 0.25);
}
.border-t-tertiary\/30 {
  border-top-color: rgb(76 88 72 / 0.3);
}
.border-t-tertiary\/40 {
  border-top-color: rgb(76 88 72 / 0.4);
}
.border-t-tertiary\/5 {
  border-top-color: rgb(76 88 72 / 0.05);
}
.border-t-tertiary\/50 {
  border-top-color: rgb(76 88 72 / 0.5);
}
.border-t-tertiary\/60 {
  border-top-color: rgb(76 88 72 / 0.6);
}
.border-t-tertiary\/70 {
  border-top-color: rgb(76 88 72 / 0.7);
}
.border-t-tertiary\/75 {
  border-top-color: rgb(76 88 72 / 0.75);
}
.border-t-tertiary\/80 {
  border-top-color: rgb(76 88 72 / 0.8);
}
.border-t-tertiary\/90 {
  border-top-color: rgb(76 88 72 / 0.9);
}
.border-t-tertiary\/95 {
  border-top-color: rgb(76 88 72 / 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\/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\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.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\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(237 233 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(237 233 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(221 214 254 / 0.4);
}
.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\/60 {
  border-top-color: rgb(221 214 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  border-top-color: rgb(196 181 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(167 139 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(167 139 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(245 243 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(245 243 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(139 92 246 / 0.4);
}
.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\/60 {
  border-top-color: rgb(139 92 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(124 58 237 / 0.4);
}
.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\/60 {
  border-top-color: rgb(124 58 237 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(109 40 217 / 0.4);
}
.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\/60 {
  border-top-color: rgb(109 40 217 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  border-top-color: rgb(91 33 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(76 29 149 / 0.4);
}
.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\/60 {
  border-top-color: rgb(76 29 149 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(46 16 101 / 0.4);
}
.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\/60 {
  border-top-color: rgb(46 16 101 / 0.6);
}
.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\/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-warning-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 225 177 / var(--tw-border-opacity));
}
.border-t-warning-100\/0 {
  border-top-color: rgb(230 225 177 / 0);
}
.border-t-warning-100\/10 {
  border-top-color: rgb(230 225 177 / 0.1);
}
.border-t-warning-100\/100 {
  border-top-color: rgb(230 225 177 / 1);
}
.border-t-warning-100\/20 {
  border-top-color: rgb(230 225 177 / 0.2);
}
.border-t-warning-100\/25 {
  border-top-color: rgb(230 225 177 / 0.25);
}
.border-t-warning-100\/30 {
  border-top-color: rgb(230 225 177 / 0.3);
}
.border-t-warning-100\/40 {
  border-top-color: rgb(230 225 177 / 0.4);
}
.border-t-warning-100\/5 {
  border-top-color: rgb(230 225 177 / 0.05);
}
.border-t-warning-100\/50 {
  border-top-color: rgb(230 225 177 / 0.5);
}
.border-t-warning-100\/60 {
  border-top-color: rgb(230 225 177 / 0.6);
}
.border-t-warning-100\/70 {
  border-top-color: rgb(230 225 177 / 0.7);
}
.border-t-warning-100\/75 {
  border-top-color: rgb(230 225 177 / 0.75);
}
.border-t-warning-100\/80 {
  border-top-color: rgb(230 225 177 / 0.8);
}
.border-t-warning-100\/90 {
  border-top-color: rgb(230 225 177 / 0.9);
}
.border-t-warning-100\/95 {
  border-top-color: rgb(230 225 177 / 0.95);
}
.border-t-warning-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 201 146 / var(--tw-border-opacity));
}
.border-t-warning-200\/0 {
  border-top-color: rgb(217 201 146 / 0);
}
.border-t-warning-200\/10 {
  border-top-color: rgb(217 201 146 / 0.1);
}
.border-t-warning-200\/100 {
  border-top-color: rgb(217 201 146 / 1);
}
.border-t-warning-200\/20 {
  border-top-color: rgb(217 201 146 / 0.2);
}
.border-t-warning-200\/25 {
  border-top-color: rgb(217 201 146 / 0.25);
}
.border-t-warning-200\/30 {
  border-top-color: rgb(217 201 146 / 0.3);
}
.border-t-warning-200\/40 {
  border-top-color: rgb(217 201 146 / 0.4);
}
.border-t-warning-200\/5 {
  border-top-color: rgb(217 201 146 / 0.05);
}
.border-t-warning-200\/50 {
  border-top-color: rgb(217 201 146 / 0.5);
}
.border-t-warning-200\/60 {
  border-top-color: rgb(217 201 146 / 0.6);
}
.border-t-warning-200\/70 {
  border-top-color: rgb(217 201 146 / 0.7);
}
.border-t-warning-200\/75 {
  border-top-color: rgb(217 201 146 / 0.75);
}
.border-t-warning-200\/80 {
  border-top-color: rgb(217 201 146 / 0.8);
}
.border-t-warning-200\/90 {
  border-top-color: rgb(217 201 146 / 0.9);
}
.border-t-warning-200\/95 {
  border-top-color: rgb(217 201 146 / 0.95);
}
.border-t-warning-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 168 100 / var(--tw-border-opacity));
}
.border-t-warning-400\/0 {
  border-top-color: rgb(198 168 100 / 0);
}
.border-t-warning-400\/10 {
  border-top-color: rgb(198 168 100 / 0.1);
}
.border-t-warning-400\/100 {
  border-top-color: rgb(198 168 100 / 1);
}
.border-t-warning-400\/20 {
  border-top-color: rgb(198 168 100 / 0.2);
}
.border-t-warning-400\/25 {
  border-top-color: rgb(198 168 100 / 0.25);
}
.border-t-warning-400\/30 {
  border-top-color: rgb(198 168 100 / 0.3);
}
.border-t-warning-400\/40 {
  border-top-color: rgb(198 168 100 / 0.4);
}
.border-t-warning-400\/5 {
  border-top-color: rgb(198 168 100 / 0.05);
}
.border-t-warning-400\/50 {
  border-top-color: rgb(198 168 100 / 0.5);
}
.border-t-warning-400\/60 {
  border-top-color: rgb(198 168 100 / 0.6);
}
.border-t-warning-400\/70 {
  border-top-color: rgb(198 168 100 / 0.7);
}
.border-t-warning-400\/75 {
  border-top-color: rgb(198 168 100 / 0.75);
}
.border-t-warning-400\/80 {
  border-top-color: rgb(198 168 100 / 0.8);
}
.border-t-warning-400\/90 {
  border-top-color: rgb(198 168 100 / 0.9);
}
.border-t-warning-400\/95 {
  border-top-color: rgb(198 168 100 / 0.95);
}
.border-t-warning-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 239 208 / var(--tw-border-opacity));
}
.border-t-warning-50\/0 {
  border-top-color: rgb(242 239 208 / 0);
}
.border-t-warning-50\/10 {
  border-top-color: rgb(242 239 208 / 0.1);
}
.border-t-warning-50\/100 {
  border-top-color: rgb(242 239 208 / 1);
}
.border-t-warning-50\/20 {
  border-top-color: rgb(242 239 208 / 0.2);
}
.border-t-warning-50\/25 {
  border-top-color: rgb(242 239 208 / 0.25);
}
.border-t-warning-50\/30 {
  border-top-color: rgb(242 239 208 / 0.3);
}
.border-t-warning-50\/40 {
  border-top-color: rgb(242 239 208 / 0.4);
}
.border-t-warning-50\/5 {
  border-top-color: rgb(242 239 208 / 0.05);
}
.border-t-warning-50\/50 {
  border-top-color: rgb(242 239 208 / 0.5);
}
.border-t-warning-50\/60 {
  border-top-color: rgb(242 239 208 / 0.6);
}
.border-t-warning-50\/70 {
  border-top-color: rgb(242 239 208 / 0.7);
}
.border-t-warning-50\/75 {
  border-top-color: rgb(242 239 208 / 0.75);
}
.border-t-warning-50\/80 {
  border-top-color: rgb(242 239 208 / 0.8);
}
.border-t-warning-50\/90 {
  border-top-color: rgb(242 239 208 / 0.9);
}
.border-t-warning-50\/95 {
  border-top-color: rgb(242 239 208 / 0.95);
}
.border-t-warning-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(179 134 54 / var(--tw-border-opacity));
}
.border-t-warning-600\/0 {
  border-top-color: rgb(179 134 54 / 0);
}
.border-t-warning-600\/10 {
  border-top-color: rgb(179 134 54 / 0.1);
}
.border-t-warning-600\/100 {
  border-top-color: rgb(179 134 54 / 1);
}
.border-t-warning-600\/20 {
  border-top-color: rgb(179 134 54 / 0.2);
}
.border-t-warning-600\/25 {
  border-top-color: rgb(179 134 54 / 0.25);
}
.border-t-warning-600\/30 {
  border-top-color: rgb(179 134 54 / 0.3);
}
.border-t-warning-600\/40 {
  border-top-color: rgb(179 134 54 / 0.4);
}
.border-t-warning-600\/5 {
  border-top-color: rgb(179 134 54 / 0.05);
}
.border-t-warning-600\/50 {
  border-top-color: rgb(179 134 54 / 0.5);
}
.border-t-warning-600\/60 {
  border-top-color: rgb(179 134 54 / 0.6);
}
.border-t-warning-600\/70 {
  border-top-color: rgb(179 134 54 / 0.7);
}
.border-t-warning-600\/75 {
  border-top-color: rgb(179 134 54 / 0.75);
}
.border-t-warning-600\/80 {
  border-top-color: rgb(179 134 54 / 0.8);
}
.border-t-warning-600\/90 {
  border-top-color: rgb(179 134 54 / 0.9);
}
.border-t-warning-600\/95 {
  border-top-color: rgb(179 134 54 / 0.95);
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.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\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
}
.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\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
}
.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\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
}
.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\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
}
.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\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
}
.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\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
}
.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\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
}
.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\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
}
.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\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}
.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\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
}
.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\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
}
.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\/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-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.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-90 {
  --tw-border-opacity: 0.9;
}
.border-opacity-95 {
  --tw-border-opacity: 0.95;
}
.\!bg-green-850 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 89 70 / var(--tw-bg-opacity)) !important;
}
.bg-active-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 230 184 / var(--tw-bg-opacity));
}
.bg-active-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 219 157 / var(--tw-bg-opacity));
}
.bg-active-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(106 197 103 / var(--tw-bg-opacity));
}
.bg-active-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 241 211 / var(--tw-bg-opacity));
}
.bg-active-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 175 49 / var(--tw-bg-opacity));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 177 177 / var(--tw-bg-opacity));
}
.bg-error-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 148 148 / var(--tw-bg-opacity));
}
.bg-error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 103 103 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 206 206 / var(--tw-bg-opacity));
}
.bg-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 58 58 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-grey-125 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 235 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 111 / var(--tw-bg-opacity));
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
}
.bg-primary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 243 208 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 243 208 / var(--tw-bg-opacity));
}
.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 230 184 / var(--tw-bg-opacity));
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 219 157 / var(--tw-bg-opacity));
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(106 197 103 / var(--tw-bg-opacity));
}
.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 241 211 / var(--tw-bg-opacity));
}
.bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 175 49 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 72 / var(--tw-bg-opacity));
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 225 177 / var(--tw-bg-opacity));
}
.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 201 146 / var(--tw-bg-opacity));
}
.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 168 100 / var(--tw-bg-opacity));
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 208 / var(--tw-bg-opacity));
}
.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 134 54 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-none {
  background-image: none !important;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-primary {
  --tw-gradient-from: #1BDA2E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 218 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-hover {
  --tw-gradient-to: #CDF3D0 var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[15\%\] {
  padding: 15%;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[400px\] {
  padding-bottom: 400px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-secondary {
  font-family: Quicksand, sans-serif;
}
.\!text-sm {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.text-base {
  font-size: 16px;
  line-height: 1.5;
}
.text-lg {
  font-size: 20px;
  line-height: 1.5;
}
.text-sm {
  font-size: 14px;
  line-height: 1.5;
}
.text-xl {
  font-size: 22px;
  line-height: 1.5;
}
.text-xs {
  font-size: 12px;
  line-height: 1.5;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.\!text-\[inherit\] {
  color: inherit !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-850 {
  --tw-text-opacity: 1;
  color: rgb(40 56 72 / var(--tw-text-opacity));
}
.text-error-400 {
  --tw-text-opacity: 1;
  color: rgb(198 103 103 / var(--tw-text-opacity));
}
.text-error-600 {
  --tw-text-opacity: 1;
  color: rgb(185 58 58 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-green-850 {
  --tw-text-opacity: 1;
  color: rgb(73 89 70 / var(--tw-text-opacity));
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(218 218 218 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(27 218 46 / var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(54 175 49 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(76 88 72 / var(--tw-text-opacity));
}
.text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(217 201 146 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.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-long {
  --tw-shadow: 0px 8px 12px 0px #6F6F6F17;
  --tw-shadow-colored: 0px 8px 12px 0px 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-medium {
  --tw-shadow: 0 0 15px #6F6F6F17;
  --tw-shadow-colored: 0 0 15px 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-short {
  --tw-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.04);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*
BG: Hide x-show alpine JS
*/
[x-cloak] { 
    display: none !important;
}

/* ==========================================================================
#Third Party Libs
========================================================================== */

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-poNoto Sans-down{cursor:grabbing}.flickity-button {
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));position:absolute;border:none;poNoto Sans-events:all;
}.flickity-button:hover {
  opacity: 0.9;cursor:poNoto Sans;
}.flickity-button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(177 188 174 / var(--tw-ring-opacity));
}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;poNoto Sans-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1;left:0;right:0;}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:8px;height:8px;margin:0 4px;background:#333;border-radius:50%;opacity:.25;cursor:poNoto Sans}.flickity-page-dots .dot.is-selected{opacity:1}

/* ==========================================================================
#Global Custom Styling for Flickity Dots and Arrows
========================================================================== */

.flickity-page-dots {
    bottom: 2rem;
    position:absolute;
    z-index:10;
}

.flickity-enabled.dots-relative .flickity-page-dots {
  position: relative;
  bottom: 0px;
  padding-top: 2rem;
}
.flickity-enabled.dots-left .flickity-page-dots {
  display: flex;
  justify-content: flex-start;
}
.flickity-enabled.dots-right .flickity-page-dots {
  display: flex;
  justify-content: flex-end;
}

.flickity-page-dots .dot {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
}

.flickity-enabled.arrows-white .flickity-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.flickity-prev-next-button {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:20px !important;
    height:20px !important;
    transition:all .3s ease-in-out;
    border-radius: 999px;
}

.flickity-prev-next-button svg {
    position:static !important;
    width:10px !important;
    height:auto !important;
    fill:currentColor !important;
    transition:all .3s ease-in-out;
}

.flickity-prev-next-button:hover svg {
    fill: currentColor !important;
}

.flickity-prev-next-button.previous {
    left: 2rem !important;
}

.flickity-prev-next-button.next {
    right: 2rem !important;
}

@media (min-width: 1024px) {
    .flickity-page-dots {
        bottom: 20px;
    }

    .flickity-prev-next-button {
        width: 22px !important;
        height: 22px !important;
    }

    .flickity-prev-next-button svg {
        width: 8px!important;
    }
}

/* Flickity vertical slider */
.flickity-enabled.flickity-vertical {
  position: absolute;
  transform-origin: top left;
  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: rotate(90deg) translateY(-100%); /* we can't use tailwind for this because rotate needs to come before translate */
}

.flickity-enabled.flickity-vertical .carousel-cell img {
  --tw-rotate: -90deg;
  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));
}

.flickity-enabled.flickity-vertical .flickity-button.next {
  right: -3rem !important;
  margin-top: auto;
  margin-bottom: auto;
}

.flickity-enabled.flickity-vertical .flickity-button.previous {
  left: -3rem !important;
  margin-top: auto;
  margin-bottom: auto;
}



/* ==========================================================================
#Hero
========================================================================== */

/* BG: Needed for lazying loading. Firstly, lazysizes works by using display none and block to determine when to load the asset. We're checking to see if we're loading all assets, if we're not, and it's not the first slide, then we hide the image, until it's active below and then display block it to then trigger the image download. Thankfully the lazyload class changes once it's loaded so it only fires once. */
.hero .carousel-item:not([data-flickity-position="0"]):not(.lazyload-all) .carousel-image .lazyload {
    display:none;
}

.hero .carousel-item.is-selected .carousel-image .lazyload {
    display:block;
}

/* BG: Prevents CLS by hiding any additional hero slides until flickity kicks in. */
.hero:not(.flickity-enabled) .carousel-item:not(:first-of-type) {
    display:none;
}

.hero.flickity-enabled .carousel-item:not(:first-of-type) {
    display:block !important;
}

/* ==========================================================================
#Product Detail
========================================================================== */
.nav-carousel .is-selected {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
}

.zoom-img {
    -o-object-fit: contain ;
       object-fit: contain ;
}

/* ===========================================================================
#Content Editor
===========================================================================*/
  
.rte > * {
    margin-bottom: 1rem;
  }

  .rte > *:last-child {
    margin-bottom: 0px;
  }
  
  .rte *:is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 18px;
    font-weight: 500;
  }
  
  .rte ul,
  .rte ol {
    padding-left: 18px;
  }
  
  .rte ul {
    list-style: disc;
  }
  
  .rte ol {
    list-style: decimal;
  }
  
  .rte a {
    text-decoration: underline;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

/* ==========================================================================
#Grab Scroll Classes
========================================================================== */

.grab-scroll {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
  
.grab-scroll::-webkit-scrollbar {
    display: none;
}
  
.cursor-grabbing {
    cursor: grabbing;
}


/* Loading Circle */

.loading-ring-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 218 46 / var(--tw-bg-opacity));
}

.loading-ring {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.loading-ring div {
  position: absolute;
  margin: 0.125rem;
  box-sizing: border-box;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: transparent;
    animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.loading-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes loading-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Hidden scrollbar */

.hidden-scroll {
    -ms-overflow-style: none; /* for Noto Sansnet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.hidden-scroll::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

/* Articles */

.article-section nav ol {
  justify-content: center;
}

@media (min-width: 1024px) {

  .article-section .article-content > p:has(img):nth-of-type(odd) {
    float: left;
    margin-right: 1.5rem;
  }

  .article-section .article-content > p:has(img):nth-of-type(even) {
    float: right;
    margin-left: 1.5rem;
  }
}

@media not all and (min-width: 1024px) {

  .article-section .article-content img {
    width: 100%;
  }
}

.article-section .article-content > p {
  padding-bottom: 2rem;
}

.article-section .article-content > p:last-child {
  padding-bottom: 0px !important;
}

@media (min-width: 1024px) {

  .article-section .article-content > p {
    padding-bottom: 2.5rem;
  }
}

.article-section .article-content h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 1024px) {

  .article-section .article-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.article-section .article-content > h2, 
.article-section .article-content > h3, 
.article-section .article-content > h4, 
.article-section .article-content > h5, 
.article-section .article-content > h6 {
  padding-bottom: 1rem;
}

.article-section .article-content > h2:last-child, 
.article-section .article-content > h3:last-child, 
.article-section .article-content > h4:last-child, 
.article-section .article-content > h5:last-child, 
.article-section .article-content > h6:last-child {
  padding-bottom: 0px !important;
}
  

/* Policy pages */
.shopify-policy__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 450px) {

  .shopify-policy__container {
    max-width: 450px;
  }
}
@media (min-width: 640px) {

  .shopify-policy__container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .shopify-policy__container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .shopify-policy__container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .shopify-policy__container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .shopify-policy__container {
    max-width: 1536px;
  }
}
.shopify-policy__container {
  margin: auto;
  max-width: 48rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.shopify-policy__container .shopify-policy__title h1 {
  padding-bottom: 2rem;
  text-align: left;
}

@media (min-width: 1024px) {

    .lg\:h3 {
    font-size: 20px;
    line-height: 1.5;
  }


    @media (min-width: 1024px) {
         {
      font-size: 24px;
      line-height: 1.5;
    }

        .lg\:h3 {
      font-size: 24px;
      line-height: 1.5;
    }

         {
      font-size: 22px;
      line-height: 1.5;
    }    
    }
}

.placeholder\:text-sm::-moz-placeholder {
  font-size: 14px;
  line-height: 1.5;
}

.placeholder\:text-sm:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.5;
}

.placeholder\:text-sm::placeholder {
  font-size: 14px;
  line-height: 1.5;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:content-\[\'flickity\'\]::after {
  --tw-content: 'flickity';
  content: var(--tw-content);
}

.first\:pt-6:first-child {
  padding-top: 1.5rem;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem;
}

.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:leading-none:hover {
  line-height: 1;
}

.hover\:text-active-400:hover {
  --tw-text-opacity: 1;
  color: rgb(106 197 103 / var(--tw-text-opacity));
}

.hover\:text-green-850:hover {
  --tw-text-opacity: 1;
  color: rgb(73 89 70 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-gray-500:hover {
  outline-color: #6b7280;
}

.focus\:border-tertiary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
}

.focus\:text-active-400:focus {
  --tw-text-opacity: 1;
  color: rgb(106 197 103 / var(--tw-text-opacity));
}

.focus\:underline:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:border-tertiary:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 88 72 / var(--tw-border-opacity));
}

.group:hover .group-hover\:z-\[1\] {
  z-index: 1;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(27 218 46 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:outline {
  outline-style: solid;
}

.peer:checked ~ .peer-checked\:outline-primary {
  outline-color: #1BDA2E;
}

@media not all and (min-width: 1024px) {

  .max-lg\:relative {
    position: relative;
  }

  .max-lg\:left-0 {
    left: 0px;
  }

  .max-lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .max-lg\:w-1\/3 {
    width: 33.333333%;
  }

  .max-lg\:w-2\/3 {
    width: 66.666667%;
  }

  .max-lg\:w-\[35\%\] {
    width: 35%;
  }

  .max-lg\:w-\[calc\(100\%\+32px\)\] {
    width: calc(100% + 32px);
  }

  .max-lg\:shrink-0 {
    flex-shrink: 0;
  }

  .max-lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .max-lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .max-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-lg\:pr-0 {
    padding-right: 0px;
  }
}

@media not all and (min-width: 640px) {

  .max-sm\:w-\[70\%\] {
    width: 70%;
  }

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

@media (min-width: 640px) {

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

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

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-\[calc\(50\%-10px\)\] {
    max-width: calc(50% - 10px);
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

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

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

  .sm\:text-lg {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:aspect-\[auto\] {
    aspect-ratio: auto;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[220px\] {
    min-width: 220px;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[50px\] {
    max-width: 50px;
  }

  .md\:shrink {
    flex-shrink: 1;
  }

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

  .md\:cursor-grab {
    cursor: grab;
  }

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

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

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

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

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

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

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:\!max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .lg\:max-h-\[75vh\] {
    max-height: 75vh;
  }

  .lg\:min-h-\[290px\] {
    min-height: 290px;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

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

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

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[calc\(100\%_-_20\%\)\] {
    width: calc(100% - 20%);
  }

  .lg\:w-\[calc\(100\%_-_320px\)\] {
    width: calc(100% - 320px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[130px\] {
    min-width: 130px;
  }

  .lg\:min-w-\[191px\] {
    min-width: 191px;
  }

  .lg\:min-w-\[calc\(25\%-15px\)\] {
    min-width: calc(25% - 15px);
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-\[100px\] {
    max-width: 100px;
  }

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

  .lg\:max-w-\[calc\(33\.33\%-13px\)\] {
    max-width: calc(33.33% - 13px);
  }

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

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:scroll-mt-\[151px\] {
    scroll-margin-top: 151px;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-grey-300 {
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
  }

  .lg\:border-grey-400 {
    --tw-border-opacity: 1;
    border-color: rgb(218 218 218 / var(--tw-border-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[15\%\] {
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-base {
    font-size: 16px;
    line-height: 1.5;
  }

  .lg\:text-lg {
    font-size: 20px;
    line-height: 1.5;
  }

  .lg\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }
}

@media (min-width: 1280px) {

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-\[22\%\] {
    width: 22%;
  }

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

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

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

  .xl\:grid-cols-\[165px\2c _minmax\(0\2c _1fr\)\] {
    grid-template-columns: 165px minmax(0, 1fr);
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-full {
    width: 100%;
  }

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